#660575

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

Shades of Purple #660575

Tints of Purple #660575

Color information

#660575 (or 0x660575) is unknown color: approx Purple. HEX triplet: 66, 05 and 75. RGB value is (102,5,117). Sum of RGB (Red+Green+Blue) = 102+5+117=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #660575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660575 is #99FA8A. Grayscale: #2E2E2E. Windows color (decimal): -10091147 or 7669094. OLE color: 7669094.

HSL color Cylindrical-coordinate representation of color #660575: hue angle of 291.96º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660575 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1025117-
CMYK0.130.9600.54
HSL291.96º91.8%23.92%-
HSV(B)291.96º95.73%45.88%-
XYZ8.744.2217.18-
YUV46.77167.64167.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=45.54%
G=2.23%
B=52.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10251170.130.9600.54291.9691.823.92
Hex66575D600361245c18
Octal14651651514006644413430
Binary11001101011110101110111000000110110100100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660575; }

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

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

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

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

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

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

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

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