Shades of Purple #660572
Tints of Purple #660572
RGB
CMYK
RGB Variations
Color information
#660572 (or 0x660572) is known color: 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
| RGB | 102 | 5 | 114 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.55 |
| HSL | 293.39º | 0.92% | 0.23% | - |
| HSV(B) | 293.39º | 0.96% | 0.45% | - |
| XYZ | 8.57 | 4.15 | 16.27 | - |
| YUV | 46.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 114 | 0.11 | 0.96 | 0 | 0.55 | 293.39 | 0.92 | 0.23 |
| Hex | 66 | 5 | 72 | B | 60 | 0 | 37 | 125 | 5C | 17 |
| Octal | 146 | 5 | 162 | 13 | 140 | 0 | 67 | 445 | 134 | 27 |
| Binary | 1100110 | 101 | 1110010 | 1011 | 1100000 | 0 | 110111 | 100100101 | 1011100 | 10111 |
Color Harmonies of #660572
Complementary color
Monochromatic Colors of #660572
Black with #660572
Text Example
Text Example
White with #660572
Text Example
Text Example
HTML Codes & Css Web 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>