Shades of Purple #66047E
Tints of Purple #66047E
RGB
CMYK
RGB Variations
Color information
#66047E (or 0x66047E) is known color: Purple. HEX triplet: 66, 04 and 7E. RGB value is (102,4,126). Sum of RGB (Red+Green+Blue) = 102+4+126=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #66047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66047E is #99FB81. Grayscale: #2E2E2E. Windows color (decimal): -10091394 or 8258662. OLE color: 8258662.
HSL color Cylindrical-coordinate representation of color #66047E: hue angle of 288.2º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66047E is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 4 | 126 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.51 |
| HSL | 288.2º | 0.94% | 0.25% | - |
| HSV(B) | 288.2º | 0.97% | 0.49% | - |
| XYZ | 9.29 | 4.42 | 20.1 | - |
| YUV | 47.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 126 | 0.19 | 0.97 | 0 | 0.51 | 288.2 | 0.94 | 0.25 |
| Hex | 66 | 4 | 7E | 13 | 61 | 0 | 33 | 120 | 5E | 19 |
| Octal | 146 | 4 | 176 | 23 | 141 | 0 | 63 | 440 | 136 | 31 |
| Binary | 1100110 | 100 | 1111110 | 10011 | 1100001 | 0 | 110011 | 100100000 | 1011110 | 11001 |
Color Harmonies of #66047E
Complementary color
Monochromatic Colors of #66047E
Black with #66047E
Text Example
Text Example
White with #66047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66047E; }
p { color: rgb(102,4,126); }
H1.HeaderClassName
{
color: #66047E;
}
.AnyTagClassName
{
color: #66047E;
}
</style>
background-color css
<style>
a { background-color: #66047E; }
a { background-color: rgb(102,4,126); }
div.DivClassName
{
background-color: #66047E;
}
.BgClassName
{
background-color: #66047E;
}
</style>
border-color css
<style>
span { border-color: #66047E; }
span { border-color: rgb(102,4,126); }
td.TdClassName
{
border-color: #66047E;
}
.TagClassName
{
border-color: #66047E;
}
</style>