#6E1E9E

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

Shades of Royal Purple #6E1E9E

Tints of Royal Purple #6E1E9E

Color information

#6E1E9E (or 0x6E1E9E) is unknown color: approx Royal Purple. HEX triplet: 6E, 1E and 9E. RGB value is (110,30,158). Sum of RGB (Red+Green+Blue) = 110+30+158=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E1E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1E9E is #91E161. Grayscale: #444444. Windows color (decimal): -9560418 or 10362478. OLE color: 10362478.

HSL color Cylindrical-coordinate representation of color #6E1E9E: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1E9E is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11030158-
CMYK0.300.8100.38
HSL277.5º68.09%36.86%-
HSV(B)277.5º81.01%61.96%-
XYZ13.076.7132.95-
YUV68.51178.5157.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=36.91%
G=10.07%
B=53.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110301580.300.8100.38277.568.0936.86
Hex6E1E9E1E510261164425
Octal156362363612104642610445
Binary1101110111101001111011110101000101001101000101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,158); }

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

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

 a { background-color: rgb(110,30,158); }

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

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

 span { border-color: rgb(110,30,158); }

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