Shades of Purple #66017F
Tints of Purple #66017F
RGB
CMYK
RGB Variations
Color information
#66017F (or 0x66017F) is known color: Purple. HEX triplet: 66, 01 and 7F. RGB value is (102,1,127). Sum of RGB (Red+Green+Blue) = 102+1+127=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #66017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66017F is #99FE80. Grayscale: #2D2D2D. Windows color (decimal): -10092161 or 8323430. OLE color: 8323430.
HSL color Cylindrical-coordinate representation of color #66017F: hue angle of 288.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66017F is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 1 | 127 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.50 |
| HSL | 288.1º | 0.98% | 0.25% | - |
| HSV(B) | 288.1º | 0.99% | 0.5% | - |
| XYZ | 9.32 | 4.38 | 20.43 | - |
| YUV | 45.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 127 | 0.20 | 0.99 | 0 | 0.50 | 288.1 | 0.98 | 0.25 |
| Hex | 66 | 1 | 7F | 14 | 63 | 0 | 32 | 120 | 62 | 19 |
| Octal | 146 | 1 | 177 | 24 | 143 | 0 | 62 | 440 | 142 | 31 |
| Binary | 1100110 | 1 | 1111111 | 10100 | 1100011 | 0 | 110010 | 100100000 | 1100010 | 11001 |
Color Harmonies of #66017F
Complementary color
Monochromatic Colors of #66017F
Black with #66017F
Text Example
Text Example
White with #66017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66017F; }
p { color: rgb(102,1,127); }
H1.HeaderClassName
{
color: #66017F;
}
.AnyTagClassName
{
color: #66017F;
}
</style>
background-color css
<style>
a { background-color: #66017F; }
a { background-color: rgb(102,1,127); }
div.DivClassName
{
background-color: #66017F;
}
.BgClassName
{
background-color: #66017F;
}
</style>
border-color css
<style>
span { border-color: #66017F; }
span { border-color: rgb(102,1,127); }
td.TdClassName
{
border-color: #66017F;
}
.TagClassName
{
border-color: #66017F;
}
</style>