Shades of Han Purple #5F0FDC
Tints of Han Purple #5F0FDC
RGB
CMYK
RGB Variations
Color information
#5F0FDC (or 0x5F0FDC) is known color: Han Purple. HEX triplet: 5F, 0F and DC. RGB value is (95,15,220). Sum of RGB (Red+Green+Blue) = 95+15+220=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F0FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0FDC is #A0F023. Grayscale: #3D3D3D. Windows color (decimal): -10547236 or 14421855. OLE color: 14421855.
HSL color Cylindrical-coordinate representation of color #5F0FDC: hue angle of 263.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0FDC is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 15 | 220 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.14 |
| HSL | 263.41º | 0.87% | 0.46% | - |
| HSV(B) | 263.41º | 0.93% | 0.86% | - |
| XYZ | 17.81 | 7.94 | 68.3 | - |
| YUV | 62.29 | 217 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 220 | 0.57 | 0.93 | 0 | 0.14 | 263.41 | 0.87 | 0.46 |
| Hex | 5F | F | DC | 39 | 5D | 0 | E | 107 | 57 | 2E |
| Octal | 137 | 17 | 334 | 71 | 135 | 0 | 16 | 407 | 127 | 56 |
| Binary | 1011111 | 1111 | 11011100 | 111001 | 1011101 | 0 | 1110 | 100000111 | 1010111 | 101110 |
Color Harmonies of #5F0FDC
Complementary color
Monochromatic Colors of #5F0FDC
Black with #5F0FDC
Text Example
Text Example
White with #5F0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0FDC; }
p { color: rgb(95,15,220); }
H1.HeaderClassName
{
color: #5F0FDC;
}
.AnyTagClassName
{
color: #5F0FDC;
}
</style>
background-color css
<style>
a { background-color: #5F0FDC; }
a { background-color: rgb(95,15,220); }
div.DivClassName
{
background-color: #5F0FDC;
}
.BgClassName
{
background-color: #5F0FDC;
}
</style>
border-color css
<style>
span { border-color: #5F0FDC; }
span { border-color: rgb(95,15,220); }
td.TdClassName
{
border-color: #5F0FDC;
}
.TagClassName
{
border-color: #5F0FDC;
}
</style>