Shades of Purple #5F0066
Tints of Purple #5F0066
RGB
CMYK
RGB Variations
Color information
#5F0066 (or 0x5F0066) is known color: Purple. HEX triplet: 5F, 00 and 66. RGB value is (95,0,102). Sum of RGB (Red+Green+Blue) = 95+0+102=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F0066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0066 is #A0FF99. Grayscale: #272727. Windows color (decimal): -10551194 or 6684767. OLE color: 6684767.
HSL color Cylindrical-coordinate representation of color #5F0066: hue angle of 295.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0066 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 0 | 102 | - |
| CMYK | 0.07 | 1 | 0 | 0.6 |
| HSL | 295.88º | 1% | 0.2% | - |
| HSV(B) | 295.88º | 1% | 0.4% | - |
| XYZ | 7.12 | 3.39 | 12.85 | - |
| YUV | 40.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 102 | 0.07 | 1 | 0 | 0.6 | 295.88 | 1 | 0.2 |
| Hex | 5F | 0 | 66 | 7 | 64 | 0 | 3C | 128 | 64 | 14 |
| Octal | 137 | 0 | 146 | 7 | 144 | 0 | 74 | 450 | 144 | 24 |
| Binary | 1011111 | 0 | 1100110 | 111 | 1100100 | 0 | 111100 | 100101000 | 1100100 | 10100 |
Color Harmonies of #5F0066
Complementary color
Monochromatic Colors of #5F0066
Black with #5F0066
Text Example
Text Example
White with #5F0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0066; }
p { color: rgb(95,0,102); }
H1.HeaderClassName
{
color: #5F0066;
}
.AnyTagClassName
{
color: #5F0066;
}
</style>
background-color css
<style>
a { background-color: #5F0066; }
a { background-color: rgb(95,0,102); }
div.DivClassName
{
background-color: #5F0066;
}
.BgClassName
{
background-color: #5F0066;
}
</style>
border-color css
<style>
span { border-color: #5F0066; }
span { border-color: rgb(95,0,102); }
td.TdClassName
{
border-color: #5F0066;
}
.TagClassName
{
border-color: #5F0066;
}
</style>