Shades of Purple #66006B
Tints of Purple #66006B
RGB
CMYK
RGB Variations
Color information
#66006B (or 0x66006B) is known color: Purple. HEX triplet: 66, 00 and 6B. RGB value is (102,0,107). Sum of RGB (Red+Green+Blue) = 102+0+107=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #66006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66006B is #99FF94. Grayscale: #2A2A2A. Windows color (decimal): -10092437 or 7012454. OLE color: 7012454.
HSL color Cylindrical-coordinate representation of color #66006B: hue angle of 297.2º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66006B is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 0 | 107 | - |
| CMYK | 0.05 | 1 | 0 | 0.58 |
| HSL | 297.2º | 1% | 0.21% | - |
| HSV(B) | 297.2º | 1% | 0.42% | - |
| XYZ | 8.13 | 3.89 | 14.23 | - |
| YUV | 42.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 107 | 0.05 | 1 | 0 | 0.58 | 297.2 | 1 | 0.21 |
| Hex | 66 | 0 | 6B | 5 | 64 | 0 | 3A | 129 | 64 | 15 |
| Octal | 146 | 0 | 153 | 5 | 144 | 0 | 72 | 451 | 144 | 25 |
| Binary | 1100110 | 0 | 1101011 | 101 | 1100100 | 0 | 111010 | 100101001 | 1100100 | 10101 |
Color Harmonies of #66006B
Complementary color
Monochromatic Colors of #66006B
Black with #66006B
Text Example
Text Example
White with #66006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66006B; }
p { color: rgb(102,0,107); }
H1.HeaderClassName
{
color: #66006B;
}
.AnyTagClassName
{
color: #66006B;
}
</style>
background-color css
<style>
a { background-color: #66006B; }
a { background-color: rgb(102,0,107); }
div.DivClassName
{
background-color: #66006B;
}
.BgClassName
{
background-color: #66006B;
}
</style>
border-color css
<style>
span { border-color: #66006B; }
span { border-color: rgb(102,0,107); }
td.TdClassName
{
border-color: #66006B;
}
.TagClassName
{
border-color: #66006B;
}
</style>