Shades of Han Purple #6020F9
Tints of Han Purple #6020F9
RGB
CMYK
RGB Variations
Color information
#6020F9 (or 0x6020F9) is known color: Han Purple. HEX triplet: 60, 20 and F9. RGB value is (96,32,249). Sum of RGB (Red+Green+Blue) = 96+32+249=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #6020F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6020F9 is #9FDF06. Grayscale: #4B4B4B. Windows color (decimal): -10477319 or 16326752. OLE color: 16326752.
HSL color Cylindrical-coordinate representation of color #6020F9: hue angle of 257.7º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6020F9 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 32 | 249 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.02 |
| HSL | 257.7º | 0.95% | 0.55% | - |
| HSV(B) | 257.7º | 0.87% | 0.98% | - |
| XYZ | 22.44 | 10.36 | 90.44 | - |
| YUV | 75.87 | 225.7 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 249 | 0.61 | 0.87 | 0 | 0.02 | 257.7 | 0.95 | 0.55 |
| Hex | 60 | 20 | F9 | 3D | 57 | 0 | 2 | 102 | 5F | 37 |
| Octal | 140 | 40 | 371 | 75 | 127 | 0 | 2 | 402 | 137 | 67 |
| Binary | 1100000 | 100000 | 11111001 | 111101 | 1010111 | 0 | 10 | 100000010 | 1011111 | 110111 |
Color Harmonies of #6020F9
Complementary color
Monochromatic Colors of #6020F9
Black with #6020F9
Text Example
Text Example
White with #6020F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6020F9; }
p { color: rgb(96,32,249); }
H1.HeaderClassName
{
color: #6020F9;
}
.AnyTagClassName
{
color: #6020F9;
}
</style>
background-color css
<style>
a { background-color: #6020F9; }
a { background-color: rgb(96,32,249); }
div.DivClassName
{
background-color: #6020F9;
}
.BgClassName
{
background-color: #6020F9;
}
</style>
border-color css
<style>
span { border-color: #6020F9; }
span { border-color: rgb(96,32,249); }
td.TdClassName
{
border-color: #6020F9;
}
.TagClassName
{
border-color: #6020F9;
}
</style>