#6E0664

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

Shades of Purple #6E0664

Tints of Purple #6E0664

Color information

#6E0664 (or 0x6E0664) is unknown color: approx Purple. HEX triplet: 6E, 06 and 64. RGB value is (110,6,100). Sum of RGB (Red+Green+Blue) = 110+6+100=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0664 is #91F99B. Grayscale: #2F2F2F. Windows color (decimal): -9566620 or 6555246. OLE color: 6555246.

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

Color convert

RGB1106100-
CMYK00.950.090.57
HSL305.77º89.66%22.75%-
HSV(B)305.77º94.55%43.14%-
XYZ8.84.3712.44-
YUV47.81157.46172.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.93%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 100 (39.45% from 255) = 46.30%
R=50.93%
G=2.78%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110610000.950.090.57305.7789.6622.75
Hex6E66405F9391325a17
Octal15661440137117146213227
Binary11011101101100100010111111001111001100110010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,100); }

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

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

 a { background-color: rgb(110,6,100); }

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

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

 span { border-color: rgb(110,6,100); }

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