#660072

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

Shades of Purple #660072

Tints of Purple #660072

Color information

#660072 (or 0x660072) is unknown color: approx Purple. HEX triplet: 66, 00 and 72. RGB value is (102,0,114). Sum of RGB (Red+Green+Blue) = 102+0+114=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #660072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660072 is #99FF8D. Grayscale: #2B2B2B. Windows color (decimal): -10092430 or 7471206. OLE color: 7471206.

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

Color convert

RGB1020114-
CMYK0.11100.55
HSL293.68º100%22.35%-
HSV(B)293.68º100%44.71%-
XYZ8.524.0416.25-
YUV43.49167.79169.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=47.22%
G=0%
B=52.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10201140.11100.55293.6810022.35
Hex66072B640371266416
Octal14601621314406744614426
Binary110011001110010101111001000110111100100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660072; }

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

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

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

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

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

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

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

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