Shades of Han Purple #5F0FDA
Tints of Han Purple #5F0FDA
RGB
CMYK
RGB Variations
Color information
#5F0FDA (or 0x5F0FDA) is known color: Han Purple. HEX triplet: 5F, 0F and DA. RGB value is (95,15,218). Sum of RGB (Red+Green+Blue) = 95+15+218=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F0FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0FDA is #A0F025. Grayscale: #3D3D3D. Windows color (decimal): -10547238 or 14290783. OLE color: 14290783.
HSL color Cylindrical-coordinate representation of color #5F0FDA: hue angle of 263.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0FDA is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 15 | 218 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.15 |
| HSL | 263.65º | 0.87% | 0.46% | - |
| HSV(B) | 263.65º | 0.93% | 0.85% | - |
| XYZ | 17.55 | 7.84 | 66.92 | - |
| YUV | 62.06 | 216 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 218 | 0.56 | 0.93 | 0 | 0.15 | 263.65 | 0.87 | 0.46 |
| Hex | 5F | F | DA | 38 | 5D | 0 | F | 108 | 57 | 2E |
| Octal | 137 | 17 | 332 | 70 | 135 | 0 | 17 | 410 | 127 | 56 |
| Binary | 1011111 | 1111 | 11011010 | 111000 | 1011101 | 0 | 1111 | 100001000 | 1010111 | 101110 |
Color Harmonies of #5F0FDA
Complementary color
Monochromatic Colors of #5F0FDA
Black with #5F0FDA
Text Example
Text Example
White with #5F0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0FDA; }
p { color: rgb(95,15,218); }
H1.HeaderClassName
{
color: #5F0FDA;
}
.AnyTagClassName
{
color: #5F0FDA;
}
</style>
background-color css
<style>
a { background-color: #5F0FDA; }
a { background-color: rgb(95,15,218); }
div.DivClassName
{
background-color: #5F0FDA;
}
.BgClassName
{
background-color: #5F0FDA;
}
</style>
border-color css
<style>
span { border-color: #5F0FDA; }
span { border-color: rgb(95,15,218); }
td.TdClassName
{
border-color: #5F0FDA;
}
.TagClassName
{
border-color: #5F0FDA;
}
</style>