Shades of Purple #66057F
Tints of Purple #66057F
RGB
CMYK
RGB Variations
Color information
#66057F (or 0x66057F) is known color: Purple. HEX triplet: 66, 05 and 7F. RGB value is (102,5,127). Sum of RGB (Red+Green+Blue) = 102+5+127=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #66057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66057F is #99FA80. Grayscale: #2F2F2F. Windows color (decimal): -10091137 or 8324454. OLE color: 8324454.
HSL color Cylindrical-coordinate representation of color #66057F: hue angle of 287.7º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66057F is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 5 | 127 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.50 |
| HSL | 287.7º | 0.92% | 0.26% | - |
| HSV(B) | 287.7º | 0.96% | 0.5% | - |
| XYZ | 9.36 | 4.47 | 20.45 | - |
| YUV | 47.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 127 | 0.20 | 0.96 | 0 | 0.50 | 287.7 | 0.92 | 0.26 |
| Hex | 66 | 5 | 7F | 14 | 60 | 0 | 32 | 120 | 5C | 1A |
| Octal | 146 | 5 | 177 | 24 | 140 | 0 | 62 | 440 | 134 | 32 |
| Binary | 1100110 | 101 | 1111111 | 10100 | 1100000 | 0 | 110010 | 100100000 | 1011100 | 11010 |
Color Harmonies of #66057F
Complementary color
Monochromatic Colors of #66057F
Black with #66057F
Text Example
Text Example
White with #66057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66057F; }
p { color: rgb(102,5,127); }
H1.HeaderClassName
{
color: #66057F;
}
.AnyTagClassName
{
color: #66057F;
}
</style>
background-color css
<style>
a { background-color: #66057F; }
a { background-color: rgb(102,5,127); }
div.DivClassName
{
background-color: #66057F;
}
.BgClassName
{
background-color: #66057F;
}
</style>
border-color css
<style>
span { border-color: #66057F; }
span { border-color: rgb(102,5,127); }
td.TdClassName
{
border-color: #66057F;
}
.TagClassName
{
border-color: #66057F;
}
</style>