#660672

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

Shades of Purple #660672

Tints of Purple #660672

Color information

#660672 (or 0x660672) is unknown color: approx Purple. HEX triplet: 66, 06 and 72. RGB value is (102,6,114). Sum of RGB (Red+Green+Blue) = 102+6+114=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #660672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660672 is #99F98D. Grayscale: #2E2E2E. Windows color (decimal): -10090894 or 7472742. OLE color: 7472742.

HSL color Cylindrical-coordinate representation of color #660672: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660672 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1026114-
CMYK0.110.9500.55
HSL293.33º90%23.53%-
HSV(B)293.33º94.74%44.71%-
XYZ8.584.1716.27-
YUV47.02165.8167.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=45.95%
G=2.70%
B=51.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10261140.110.9500.55293.339023.53
Hex66672B5F0371255a18
Octal14661621313706744513230
Binary11001101101110010101110111110110111100100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660672; }

 p { color: rgb(102,6,114); }

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

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

 a { background-color: rgb(102,6,114); }

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

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

 span { border-color: rgb(102,6,114); }

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