#6E3B99

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

Shades of Royal Purple #6E3B99

Tints of Royal Purple #6E3B99

Color information

#6E3B99 (or 0x6E3B99) is unknown color: approx Royal Purple. HEX triplet: 6E, 3B and 99. RGB value is (110,59,153). Sum of RGB (Red+Green+Blue) = 110+59+153=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E3B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3B99 is #91C466. Grayscale: #545454. Windows color (decimal): -9552999 or 10042222. OLE color: 10042222.

HSL color Cylindrical-coordinate representation of color #6E3B99: hue angle of 272.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E3B99 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11059153-
CMYK0.280.6100.4
HSL272.55º44.34%41.57%-
HSV(B)272.55º61.44%60%-
XYZ13.748.7431.1-
YUV84.96166.4145.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=34.16%
G=18.32%
B=47.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110591530.280.6100.4272.5544.3441.57
Hex6E3B991C3D0281112c2a
Octal1567323134750504215452
Binary110111011101110011001111001111010101000100010001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,59,153); }

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

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

 a { background-color: rgb(110,59,153); }

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

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

 span { border-color: rgb(110,59,153); }

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