Shades of Han Purple #6016FA
Tints of Han Purple #6016FA
RGB
CMYK
RGB Variations
Color information
#6016FA (or 0x6016FA) is known color: Han Purple. HEX triplet: 60, 16 and FA. RGB value is (96,22,250). Sum of RGB (Red+Green+Blue) = 96+22+250=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #6016FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6016FA is #9FE905. Grayscale: #454545. Windows color (decimal): -10479878 or 16389728. OLE color: 16389728.
HSL color Cylindrical-coordinate representation of color #6016FA: hue angle of 259.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6016FA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 22 | 250 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.02 |
| HSL | 259.47º | 0.96% | 0.53% | - |
| HSV(B) | 259.47º | 0.91% | 0.98% | - |
| XYZ | 22.37 | 9.96 | 91.19 | - |
| YUV | 70.12 | 229.52 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 250 | 0.62 | 0.91 | 0 | 0.02 | 259.47 | 0.96 | 0.53 |
| Hex | 60 | 16 | FA | 3E | 5B | 0 | 2 | 103 | 60 | 35 |
| Octal | 140 | 26 | 372 | 76 | 133 | 0 | 2 | 403 | 140 | 65 |
| Binary | 1100000 | 10110 | 11111010 | 111110 | 1011011 | 0 | 10 | 100000011 | 1100000 | 110101 |
Color Harmonies of #6016FA
Complementary color
Monochromatic Colors of #6016FA
Black with #6016FA
Text Example
Text Example
White with #6016FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016FA; }
p { color: rgb(96,22,250); }
H1.HeaderClassName
{
color: #6016FA;
}
.AnyTagClassName
{
color: #6016FA;
}
</style>
background-color css
<style>
a { background-color: #6016FA; }
a { background-color: rgb(96,22,250); }
div.DivClassName
{
background-color: #6016FA;
}
.BgClassName
{
background-color: #6016FA;
}
</style>
border-color css
<style>
span { border-color: #6016FA; }
span { border-color: rgb(96,22,250); }
td.TdClassName
{
border-color: #6016FA;
}
.TagClassName
{
border-color: #6016FA;
}
</style>