Shades of Han Purple #5F16FA
Tints of Han Purple #5F16FA
RGB
CMYK
RGB Variations
Color information
#5F16FA (or 0x5F16FA) is known color: Han Purple. HEX triplet: 5F, 16 and FA. RGB value is (95,22,250). Sum of RGB (Red+Green+Blue) = 95+22+250=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F16FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F16FA is #A0E905. Grayscale: #444444. Windows color (decimal): -10545414 or 16389727. OLE color: 16389727.
HSL color Cylindrical-coordinate representation of color #5F16FA: hue angle of 259.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F16FA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 22 | 250 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.02 |
| HSL | 259.21º | 0.96% | 0.53% | - |
| HSV(B) | 259.21º | 0.91% | 0.98% | - |
| XYZ | 22.26 | 9.91 | 91.18 | - |
| YUV | 69.82 | 229.68 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 250 | 0.62 | 0.91 | 0 | 0.02 | 259.21 | 0.96 | 0.53 |
| Hex | 5F | 16 | FA | 3E | 5B | 0 | 2 | 103 | 60 | 35 |
| Octal | 137 | 26 | 372 | 76 | 133 | 0 | 2 | 403 | 140 | 65 |
| Binary | 1011111 | 10110 | 11111010 | 111110 | 1011011 | 0 | 10 | 100000011 | 1100000 | 110101 |
Color Harmonies of #5F16FA
Complementary color
Monochromatic Colors of #5F16FA
Black with #5F16FA
Text Example
Text Example
White with #5F16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F16FA; }
p { color: rgb(95,22,250); }
H1.HeaderClassName
{
color: #5F16FA;
}
.AnyTagClassName
{
color: #5F16FA;
}
</style>
background-color css
<style>
a { background-color: #5F16FA; }
a { background-color: rgb(95,22,250); }
div.DivClassName
{
background-color: #5F16FA;
}
.BgClassName
{
background-color: #5F16FA;
}
</style>
border-color css
<style>
span { border-color: #5F16FA; }
span { border-color: rgb(95,22,250); }
td.TdClassName
{
border-color: #5F16FA;
}
.TagClassName
{
border-color: #5F16FA;
}
</style>