#66046F

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

Shades of Purple #66046F

Tints of Purple #66046F

Color information

#66046F (or 0x66046F) is unknown color: approx Purple. HEX triplet: 66, 04 and 6F. RGB value is (102,4,111). Sum of RGB (Red+Green+Blue) = 102+4+111=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #66046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66046F is #99FB90. Grayscale: #2D2D2D. Windows color (decimal): -10091409 or 7275622. OLE color: 7275622.

HSL color Cylindrical-coordinate representation of color #66046F: hue angle of 294.95º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66046F is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1024111-
CMYK0.080.9600.56
HSL294.95º93.04%22.55%-
HSV(B)294.95º96.4%43.53%-
XYZ8.394.0615.38-
YUV45.5164.97168.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=47.00%
G=1.84%
B=51.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10241110.080.9600.56294.9593.0422.55
Hex6646F8600381275d17
Octal14641571014007044713527
Binary11001101001101111100011000000111000100100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66046F; }

 p { color: rgb(102,4,111); }

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

<style>
 a { background-color: #66046F; }

 a { background-color: rgb(102,4,111); }

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

<style>
 span { border-color: #66046F; }

 span { border-color: rgb(102,4,111); }

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