Shades of Purple #66057C
Tints of Purple #66057C
RGB
CMYK
RGB Variations
Color information
#66057C (or 0x66057C) is known color: Purple. HEX triplet: 66, 05 and 7C. RGB value is (102,5,124). Sum of RGB (Red+Green+Blue) = 102+5+124=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #66057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66057C is #99FA83. Grayscale: #2F2F2F. Windows color (decimal): -10091140 or 8127846. OLE color: 8127846.
HSL color Cylindrical-coordinate representation of color #66057C: hue angle of 288.91º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66057C is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 5 | 124 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.51 |
| HSL | 288.91º | 0.92% | 0.25% | - |
| HSV(B) | 288.91º | 0.96% | 0.49% | - |
| XYZ | 9.17 | 4.39 | 19.43 | - |
| YUV | 47.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 124 | 0.18 | 0.96 | 0 | 0.51 | 288.91 | 0.92 | 0.25 |
| Hex | 66 | 5 | 7C | 12 | 60 | 0 | 33 | 121 | 5C | 19 |
| Octal | 146 | 5 | 174 | 22 | 140 | 0 | 63 | 441 | 134 | 31 |
| Binary | 1100110 | 101 | 1111100 | 10010 | 1100000 | 0 | 110011 | 100100001 | 1011100 | 11001 |
Color Harmonies of #66057C
Complementary color
Monochromatic Colors of #66057C
Black with #66057C
Text Example
Text Example
White with #66057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66057C; }
p { color: rgb(102,5,124); }
H1.HeaderClassName
{
color: #66057C;
}
.AnyTagClassName
{
color: #66057C;
}
</style>
background-color css
<style>
a { background-color: #66057C; }
a { background-color: rgb(102,5,124); }
div.DivClassName
{
background-color: #66057C;
}
.BgClassName
{
background-color: #66057C;
}
</style>
border-color css
<style>
span { border-color: #66057C; }
span { border-color: rgb(102,5,124); }
td.TdClassName
{
border-color: #66057C;
}
.TagClassName
{
border-color: #66057C;
}
</style>