Shades of Purple #5F0266
Tints of Purple #5F0266
RGB
CMYK
RGB Variations
Color information
#5F0266 (or 0x5F0266) is known color: Purple. HEX triplet: 5F, 02 and 66. RGB value is (95,2,102). Sum of RGB (Red+Green+Blue) = 95+2+102=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0266 is #A0FD99. Grayscale: #282828. Windows color (decimal): -10550682 or 6685279. OLE color: 6685279.
HSL color Cylindrical-coordinate representation of color #5F0266: hue angle of 295.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0266 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 2 | 102 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.6 |
| HSL | 295.8º | 0.96% | 0.2% | - |
| HSV(B) | 295.8º | 0.98% | 0.4% | - |
| XYZ | 7.14 | 3.44 | 12.86 | - |
| YUV | 41.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 102 | 0.07 | 0.98 | 0 | 0.6 | 295.8 | 0.96 | 0.2 |
| Hex | 5F | 2 | 66 | 7 | 62 | 0 | 3C | 128 | 60 | 14 |
| Octal | 137 | 2 | 146 | 7 | 142 | 0 | 74 | 450 | 140 | 24 |
| Binary | 1011111 | 10 | 1100110 | 111 | 1100010 | 0 | 111100 | 100101000 | 1100000 | 10100 |
Color Harmonies of #5F0266
Complementary color
Monochromatic Colors of #5F0266
Black with #5F0266
Text Example
Text Example
White with #5F0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0266; }
p { color: rgb(95,2,102); }
H1.HeaderClassName
{
color: #5F0266;
}
.AnyTagClassName
{
color: #5F0266;
}
</style>
background-color css
<style>
a { background-color: #5F0266; }
a { background-color: rgb(95,2,102); }
div.DivClassName
{
background-color: #5F0266;
}
.BgClassName
{
background-color: #5F0266;
}
</style>
border-color css
<style>
span { border-color: #5F0266; }
span { border-color: rgb(95,2,102); }
td.TdClassName
{
border-color: #5F0266;
}
.TagClassName
{
border-color: #5F0266;
}
</style>