#660572

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

Shades of Purple #660572

Tints of Purple #660572

Color information

#660572 (or 0x660572) is unknown color: approx Purple. HEX triplet: 66, 05 and 72. RGB value is (102,5,114). Sum of RGB (Red+Green+Blue) = 102+5+114=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #660572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660572 is #99FA8D. Grayscale: #2E2E2E. Windows color (decimal): -10091150 or 7472486. OLE color: 7472486.

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

Color convert

RGB1025114-
CMYK0.110.9600.55
HSL293.39º91.6%23.33%-
HSV(B)293.39º95.61%44.71%-
XYZ8.574.1516.27-
YUV46.43166.14167.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=46.15%
G=2.26%
B=51.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10251140.110.9600.55293.3991.623.33
Hex66572B600371255c17
Octal14651621314006744513427
Binary11001101011110010101111000000110111100100101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660572; }

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

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

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

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

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

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

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

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