#6E3591

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

Shades of Royal Purple #6E3591

Tints of Royal Purple #6E3591

Color information

#6E3591 (or 0x6E3591) is unknown color: approx Royal Purple. HEX triplet: 6E, 35 and 91. RGB value is (110,53,145). Sum of RGB (Red+Green+Blue) = 110+53+145=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E3591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3591 is #91CA6E. Grayscale: #505050. Windows color (decimal): -9554543 or 9516398. OLE color: 9516398.

HSL color Cylindrical-coordinate representation of color #6E3591: hue angle of 277.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3591 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11053145-
CMYK0.240.6300.43
HSL277.17º46.46%38.82%-
HSV(B)277.17º63.45%56.86%-
XYZ12.817.9127.64-
YUV80.53164.38149.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=35.71%
G=17.21%
B=47.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110531450.240.6300.43277.1746.4638.82
Hex6E3591183F02B1152e27
Octal1566522130770534255647
Binary110111011010110010001110001111110101011100010101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,53,145); }

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

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

 a { background-color: rgb(110,53,145); }

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

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

 span { border-color: rgb(110,53,145); }

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