#660272

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

Shades of Purple #660272

Tints of Purple #660272

Color information

#660272 (or 0x660272) is unknown color: approx Purple. HEX triplet: 66, 02 and 72. RGB value is (102,2,114). Sum of RGB (Red+Green+Blue) = 102+2+114=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #660272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660272 is #99FD8D. Grayscale: #2C2C2C. Windows color (decimal): -10091918 or 7471718. OLE color: 7471718.

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

Color convert

RGB1022114-
CMYK0.110.9800.55
HSL293.57º96.55%22.75%-
HSV(B)293.57º98.25%44.71%-
XYZ8.544.0816.26-
YUV44.67167.13168.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=46.79%
G=0.92%
B=52.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10221140.110.9800.55293.5796.5522.75
Hex66272B620371266117
Octal14621621314206744614127
Binary1100110101110010101111000100110111100100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660272; }

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

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

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

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

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

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

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

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