Shades of Han Purple #6021FA
Tints of Han Purple #6021FA
RGB
CMYK
RGB Variations
Color information
#6021FA (or 0x6021FA) is known color: Han Purple. HEX triplet: 60, 21 and FA. RGB value is (96,33,250). Sum of RGB (Red+Green+Blue) = 96+33+250=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #6021FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6021FA is #9FDE05. Grayscale: #4B4B4B. Windows color (decimal): -10477062 or 16392544. OLE color: 16392544.
HSL color Cylindrical-coordinate representation of color #6021FA: hue angle of 257.42º degrees, saturation: 0.96, 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 #6021FA is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 33 | 250 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.02 |
| HSL | 257.42º | 0.96% | 0.55% | - |
| HSV(B) | 257.42º | 0.87% | 0.98% | - |
| XYZ | 22.62 | 10.48 | 91.27 | - |
| YUV | 76.58 | 225.87 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 250 | 0.62 | 0.87 | 0 | 0.02 | 257.42 | 0.96 | 0.55 |
| Hex | 60 | 21 | FA | 3E | 57 | 0 | 2 | 101 | 60 | 37 |
| Octal | 140 | 41 | 372 | 76 | 127 | 0 | 2 | 401 | 140 | 67 |
| Binary | 1100000 | 100001 | 11111010 | 111110 | 1010111 | 0 | 10 | 100000001 | 1100000 | 110111 |
Color Harmonies of #6021FA
Complementary color
Monochromatic Colors of #6021FA
Black with #6021FA
Text Example
Text Example
White with #6021FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6021FA; }
p { color: rgb(96,33,250); }
H1.HeaderClassName
{
color: #6021FA;
}
.AnyTagClassName
{
color: #6021FA;
}
</style>
background-color css
<style>
a { background-color: #6021FA; }
a { background-color: rgb(96,33,250); }
div.DivClassName
{
background-color: #6021FA;
}
.BgClassName
{
background-color: #6021FA;
}
</style>
border-color css
<style>
span { border-color: #6021FA; }
span { border-color: rgb(96,33,250); }
td.TdClassName
{
border-color: #6021FA;
}
.TagClassName
{
border-color: #6021FA;
}
</style>