#6E2599

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

Shades of Royal Purple #6E2599

Tints of Royal Purple #6E2599

Color information

#6E2599 (or 0x6E2599) is unknown color: approx Royal Purple. HEX triplet: 6E, 25 and 99. RGB value is (110,37,153). Sum of RGB (Red+Green+Blue) = 110+37+153=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2599 is #91DA66. Grayscale: #474747. Windows color (decimal): -9558631 or 10036590. OLE color: 10036590.

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

Color convert

RGB11037153-
CMYK0.280.7600.4
HSL277.76º61.05%37.25%-
HSV(B)277.76º75.82%60%-
XYZ12.846.9430.8-
YUV72.05173.68155.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.67%
GREEN value IS 37 (14.84% from 255) = 12.33%
BLUE value IS 153 (60.16% from 255) = 51%
R=36.67%
G=12.33%
B=51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110371530.280.7600.4277.7661.0537.25
Hex6E25991C4C0281163d25
Octal15645231341140504267545
Binary1101110100101100110011110010011000101000100010110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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