Shades of Han Purple #6019F9
Tints of Han Purple #6019F9
RGB
CMYK
RGB Variations
Color information
#6019F9 (or 0x6019F9) is known color: Han Purple. HEX triplet: 60, 19 and F9. RGB value is (96,25,249). Sum of RGB (Red+Green+Blue) = 96+25+249=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 249 (97.66% from 255 or 67.30% from 370); Max value from RGB is 249 - color contains mainly: blue. Hex color #6019F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019F9 is #9FE606. Grayscale: #464646. Windows color (decimal): -10479111 or 16324960. OLE color: 16324960.
HSL color Cylindrical-coordinate representation of color #6019F9: hue angle of 259.02º degrees, saturation: 0.95, 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 #6019F9 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 25 | 249 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.02 |
| HSL | 259.02º | 0.95% | 0.54% | - |
| HSV(B) | 259.02º | 0.9% | 0.98% | - |
| XYZ | 22.27 | 10.02 | 90.38 | - |
| YUV | 71.77 | 228.02 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 249 | 0.61 | 0.90 | 0 | 0.02 | 259.02 | 0.95 | 0.54 |
| Hex | 60 | 19 | F9 | 3D | 5A | 0 | 2 | 103 | 5F | 36 |
| Octal | 140 | 31 | 371 | 75 | 132 | 0 | 2 | 403 | 137 | 66 |
| Binary | 1100000 | 11001 | 11111001 | 111101 | 1011010 | 0 | 10 | 100000011 | 1011111 | 110110 |
Color Harmonies of #6019F9
Complementary color
Monochromatic Colors of #6019F9
Black with #6019F9
Text Example
Text Example
White with #6019F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019F9; }
p { color: rgb(96,25,249); }
H1.HeaderClassName
{
color: #6019F9;
}
.AnyTagClassName
{
color: #6019F9;
}
</style>
background-color css
<style>
a { background-color: #6019F9; }
a { background-color: rgb(96,25,249); }
div.DivClassName
{
background-color: #6019F9;
}
.BgClassName
{
background-color: #6019F9;
}
</style>
border-color css
<style>
span { border-color: #6019F9; }
span { border-color: rgb(96,25,249); }
td.TdClassName
{
border-color: #6019F9;
}
.TagClassName
{
border-color: #6019F9;
}
</style>