Shades of Purple #66046B
Tints of Purple #66046B
RGB
CMYK
RGB Variations
Color information
#66046B (or 0x66046B) is known color: Purple. HEX triplet: 66, 04 and 6B. RGB value is (102,4,107). Sum of RGB (Red+Green+Blue) = 102+4+107=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #66046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66046B is #99FB94. Grayscale: #2C2C2C. Windows color (decimal): -10091413 or 7013478. OLE color: 7013478.
HSL color Cylindrical-coordinate representation of color #66046B: hue angle of 297.09º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66046B is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 4 | 107 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.58 |
| HSL | 297.09º | 0.93% | 0.22% | - |
| HSV(B) | 297.09º | 0.96% | 0.42% | - |
| XYZ | 8.18 | 3.97 | 14.25 | - |
| YUV | 45.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 107 | 0.05 | 0.96 | 0 | 0.58 | 297.09 | 0.93 | 0.22 |
| Hex | 66 | 4 | 6B | 5 | 60 | 0 | 3A | 129 | 5D | 16 |
| Octal | 146 | 4 | 153 | 5 | 140 | 0 | 72 | 451 | 135 | 26 |
| Binary | 1100110 | 100 | 1101011 | 101 | 1100000 | 0 | 111010 | 100101001 | 1011101 | 10110 |
Color Harmonies of #66046B
Complementary color
Monochromatic Colors of #66046B
Black with #66046B
Text Example
Text Example
White with #66046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66046B; }
p { color: rgb(102,4,107); }
H1.HeaderClassName
{
color: #66046B;
}
.AnyTagClassName
{
color: #66046B;
}
</style>
background-color css
<style>
a { background-color: #66046B; }
a { background-color: rgb(102,4,107); }
div.DivClassName
{
background-color: #66046B;
}
.BgClassName
{
background-color: #66046B;
}
</style>
border-color css
<style>
span { border-color: #66046B; }
span { border-color: rgb(102,4,107); }
td.TdClassName
{
border-color: #66046B;
}
.TagClassName
{
border-color: #66046B;
}
</style>