#6E2799

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

Shades of Royal Purple #6E2799

Tints of Royal Purple #6E2799

Color information

#6E2799 (or 0x6E2799) is unknown color: approx Royal Purple. HEX triplet: 6E, 27 and 99. RGB value is (110,39,153). Sum of RGB (Red+Green+Blue) = 110+39+153=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E2799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2799 is #91D866. Grayscale: #484848. Windows color (decimal): -9558119 or 10037102. OLE color: 10037102.

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

Color convert

RGB11039153-
CMYK0.280.7500.4
HSL277.37º59.38%37.65%-
HSV(B)277.37º74.51%60%-
XYZ12.917.0730.82-
YUV73.22173.02154.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=36.42%
G=12.91%
B=50.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110391530.280.7500.4277.3759.3837.65
Hex6E27991C4B0281153b26
Octal15647231341130504257346
Binary1101110100111100110011110010010110101000100010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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