Shades of Han Purple #5F18FA
Tints of Han Purple #5F18FA
RGB
CMYK
RGB Variations
Color information
#5F18FA (or 0x5F18FA) is known color: Han Purple. HEX triplet: 5F, 18 and FA. RGB value is (95,24,250). Sum of RGB (Red+Green+Blue) = 95+24+250=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F18FA is #A0E705. Grayscale: #464646. Windows color (decimal): -10544902 or 16390239. OLE color: 16390239.
HSL color Cylindrical-coordinate representation of color #5F18FA: hue angle of 258.85º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F18FA is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 24 | 250 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.02 |
| HSL | 258.85º | 0.96% | 0.54% | - |
| HSV(B) | 258.85º | 0.9% | 0.98% | - |
| XYZ | 22.3 | 9.99 | 91.2 | - |
| YUV | 70.99 | 229.02 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 250 | 0.62 | 0.90 | 0 | 0.02 | 258.85 | 0.96 | 0.54 |
| Hex | 5F | 18 | FA | 3E | 5A | 0 | 2 | 103 | 60 | 36 |
| Octal | 137 | 30 | 372 | 76 | 132 | 0 | 2 | 403 | 140 | 66 |
| Binary | 1011111 | 11000 | 11111010 | 111110 | 1011010 | 0 | 10 | 100000011 | 1100000 | 110110 |
Color Harmonies of #5F18FA
Complementary color
Monochromatic Colors of #5F18FA
Black with #5F18FA
Text Example
Text Example
White with #5F18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F18FA; }
p { color: rgb(95,24,250); }
H1.HeaderClassName
{
color: #5F18FA;
}
.AnyTagClassName
{
color: #5F18FA;
}
</style>
background-color css
<style>
a { background-color: #5F18FA; }
a { background-color: rgb(95,24,250); }
div.DivClassName
{
background-color: #5F18FA;
}
.BgClassName
{
background-color: #5F18FA;
}
</style>
border-color css
<style>
span { border-color: #5F18FA; }
span { border-color: rgb(95,24,250); }
td.TdClassName
{
border-color: #5F18FA;
}
.TagClassName
{
border-color: #5F18FA;
}
</style>