Shades of Han Purple #6019F6
Tints of Han Purple #6019F6
RGB
CMYK
RGB Variations
Color information
#6019F6 (or 0x6019F6) is known color: Han Purple. HEX triplet: 60, 19 and F6. RGB value is (96,25,246). Sum of RGB (Red+Green+Blue) = 96+25+246=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 246 (96.48% from 255 or 67.03% from 367); Max value from RGB is 246 - color contains mainly: blue. Hex color #6019F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6019F6 is #9FE609. Grayscale: #464646. Windows color (decimal): -10479114 or 16128352. OLE color: 16128352.
HSL color Cylindrical-coordinate representation of color #6019F6: hue angle of 259.28º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6019F6 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 25 | 246 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.04 |
| HSL | 259.28º | 0.92% | 0.53% | - |
| HSV(B) | 259.28º | 0.9% | 0.96% | - |
| XYZ | 21.81 | 9.84 | 87.94 | - |
| YUV | 71.42 | 226.52 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 246 | 0.61 | 0.90 | 0 | 0.04 | 259.28 | 0.92 | 0.53 |
| Hex | 60 | 19 | F6 | 3D | 5A | 0 | 4 | 103 | 5C | 35 |
| Octal | 140 | 31 | 366 | 75 | 132 | 0 | 4 | 403 | 134 | 65 |
| Binary | 1100000 | 11001 | 11110110 | 111101 | 1011010 | 0 | 100 | 100000011 | 1011100 | 110101 |
Color Harmonies of #6019F6
Complementary color
Monochromatic Colors of #6019F6
Black with #6019F6
Text Example
Text Example
White with #6019F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019F6; }
p { color: rgb(96,25,246); }
H1.HeaderClassName
{
color: #6019F6;
}
.AnyTagClassName
{
color: #6019F6;
}
</style>
background-color css
<style>
a { background-color: #6019F6; }
a { background-color: rgb(96,25,246); }
div.DivClassName
{
background-color: #6019F6;
}
.BgClassName
{
background-color: #6019F6;
}
</style>
border-color css
<style>
span { border-color: #6019F6; }
span { border-color: rgb(96,25,246); }
td.TdClassName
{
border-color: #6019F6;
}
.TagClassName
{
border-color: #6019F6;
}
</style>