Shades of Han Purple #6019FB
Tints of Han Purple #6019FB
RGB
CMYK
RGB Variations
Color information
#6019FB (or 0x6019FB) is known color: Han Purple. HEX triplet: 60, 19 and FB. RGB value is (96,25,251). Sum of RGB (Red+Green+Blue) = 96+25+251=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #6019FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019FB is #9FE604. Grayscale: #474747. Windows color (decimal): -10479109 or 16456032. OLE color: 16456032.
HSL color Cylindrical-coordinate representation of color #6019FB: hue angle of 258.85º degrees, saturation: 0.97, 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 #6019FB is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 25 | 251 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.02 |
| HSL | 258.85º | 0.97% | 0.54% | - |
| HSV(B) | 258.85º | 0.9% | 0.98% | - |
| XYZ | 22.58 | 10.15 | 92.04 | - |
| YUV | 71.99 | 229.02 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 251 | 0.62 | 0.90 | 0 | 0.02 | 258.85 | 0.97 | 0.54 |
| Hex | 60 | 19 | FB | 3E | 5A | 0 | 2 | 103 | 61 | 36 |
| Octal | 140 | 31 | 373 | 76 | 132 | 0 | 2 | 403 | 141 | 66 |
| Binary | 1100000 | 11001 | 11111011 | 111110 | 1011010 | 0 | 10 | 100000011 | 1100001 | 110110 |
Color Harmonies of #6019FB
Complementary color
Monochromatic Colors of #6019FB
Black with #6019FB
Text Example
Text Example
White with #6019FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019FB; }
p { color: rgb(96,25,251); }
H1.HeaderClassName
{
color: #6019FB;
}
.AnyTagClassName
{
color: #6019FB;
}
</style>
background-color css
<style>
a { background-color: #6019FB; }
a { background-color: rgb(96,25,251); }
div.DivClassName
{
background-color: #6019FB;
}
.BgClassName
{
background-color: #6019FB;
}
</style>
border-color css
<style>
span { border-color: #6019FB; }
span { border-color: rgb(96,25,251); }
td.TdClassName
{
border-color: #6019FB;
}
.TagClassName
{
border-color: #6019FB;
}
</style>