#6B139E

Color #6B139E Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6B139E

Tints of Royal Purple #6B139E

Color information

#6B139E (or 0x6B139E) is unknown color: approx Royal Purple. HEX triplet: 6B, 13 and 9E. RGB value is (107,19,158). Sum of RGB (Red+Green+Blue) = 107+19+158=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B139E is #94EC61. Grayscale: #3C3C3C. Windows color (decimal): -9759842 or 10359659. OLE color: 10359659.

HSL color Cylindrical-coordinate representation of color #6B139E: hue angle of 277.99º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B139E is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10719158-
CMYK0.320.8800.38
HSL277.99º78.53%34.71%-
HSV(B)277.99º87.97%61.96%-
XYZ12.476.0632.86-
YUV61.16182.65160.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=37.68%
G=6.69%
B=55.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107191580.320.8800.38277.9978.5334.71
Hex6B139E20580261164f23
Octal153232364013004642611743
Binary11010111001110011110100000101100001001101000101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B139E; }

 p { color: rgb(107,19,158); }

 H1.HeaderClassName
 {
   color: #6B139E;
 }
 .AnyTagClassName
 {
   color: #6B139E;
 }
</style>
background-color css

<style>
 a { background-color: #6B139E; }

 a { background-color: rgb(107,19,158); }

 div.DivClassName
 {
   background-color: #6B139E;
 }
 .BgClassName
 {
   background-color: #6B139E;
 }
</style>
border-color css

<style>
 span { border-color: #6B139E; }

 span { border-color: rgb(107,19,158); }

 td.TdClassName
 {
   border-color: #6B139E;
 }
 .TagClassName
 {
   border-color: #6B139E;
 }
</style>