#6E1E9D

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

Shades of Royal Purple #6E1E9D

Tints of Royal Purple #6E1E9D

Color information

#6E1E9D (or 0x6E1E9D) is unknown color: approx Royal Purple. HEX triplet: 6E, 1E and 9D. RGB value is (110,30,157). Sum of RGB (Red+Green+Blue) = 110+30+157=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E1E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1E9D is #91E162. Grayscale: #434343. Windows color (decimal): -9560419 or 10296942. OLE color: 10296942.

HSL color Cylindrical-coordinate representation of color #6E1E9D: hue angle of 277.8º 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 #6E1E9D is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11030157-
CMYK0.300.8100.38
HSL277.8º67.91%36.67%-
HSV(B)277.8º80.89%61.57%-
XYZ12.986.6832.5-
YUV68.4178157.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=37.04%
G=10.10%
B=52.86%

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
Decimal110301570.300.8100.38277.867.9136.67
Hex6E1E9D1E510261164425
Octal156362353612104642610445
Binary1101110111101001110111110101000101001101000101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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