#6E1C9E

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

Shades of Royal Purple #6E1C9E

Tints of Royal Purple #6E1C9E

Color information

#6E1C9E (or 0x6E1C9E) is unknown color: approx Royal Purple. HEX triplet: 6E, 1C and 9E. RGB value is (110,28,158). Sum of RGB (Red+Green+Blue) = 110+28+158=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E1C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1C9E is #91E361. Grayscale: #424242. Windows color (decimal): -9560930 or 10361966. OLE color: 10361966.

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

Color convert

RGB11028158-
CMYK0.300.8200.38
HSL277.85º69.89%36.47%-
HSV(B)277.85º82.28%61.96%-
XYZ13.026.6132.94-
YUV67.34179.17158.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.16%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=37.16%
G=9.46%
B=53.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110281580.300.8200.38277.8569.8936.47
Hex6E1C9E1E520261164624
Octal156342363612204642610644
Binary1101110111001001111011110101001001001101000101101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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