#6E0B6D

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

Shades of Purple #6E0B6D

Tints of Purple #6E0B6D

Color information

#6E0B6D (or 0x6E0B6D) is unknown color: approx Purple. HEX triplet: 6E, 0B and 6D. RGB value is (110,11,109). Sum of RGB (Red+Green+Blue) = 110+11+109=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B6D is #91F492. Grayscale: #333333. Windows color (decimal): -9565331 or 7146350. OLE color: 7146350.

HSL color Cylindrical-coordinate representation of color #6E0B6D: hue angle of 300.61º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B6D is Cyan = 0, Magento = 0.9, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB11011109-
CMYK00.90.010.57
HSL300.61º81.82%23.73%-
HSV(B)300.61º90%43.14%-
XYZ9.314.6614.88-
YUV51.77160.3169.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.83%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=47.83%
G=4.78%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101110900.90.010.57300.6181.8223.73
Hex6EB6D05A13912d5218
Octal15613155013217145512230
Binary110111010111101101010110101111001100101101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,109); }

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

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

 a { background-color: rgb(110,11,109); }

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

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

 span { border-color: rgb(110,11,109); }

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