Shades of Han Purple #6013FC
Tints of Han Purple #6013FC
RGB
CMYK
RGB Variations
Color information
#6013FC (or 0x6013FC) is known color: Han Purple. HEX triplet: 60, 13 and FC. RGB value is (96,19,252). Sum of RGB (Red+Green+Blue) = 96+19+252=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #6013FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6013FC is #9FEC03. Grayscale: #434343. Windows color (decimal): -10480644 or 16520032. OLE color: 16520032.
HSL color Cylindrical-coordinate representation of color #6013FC: hue angle of 259.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6013FC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 19 | 252 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.01 |
| HSL | 259.83º | 0.97% | 0.53% | - |
| HSV(B) | 259.83º | 0.92% | 0.99% | - |
| XYZ | 22.63 | 9.98 | 92.83 | - |
| YUV | 68.59 | 231.51 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 252 | 0.62 | 0.92 | 0 | 0.01 | 259.83 | 0.97 | 0.53 |
| Hex | 60 | 13 | FC | 3E | 5C | 0 | 1 | 104 | 61 | 35 |
| Octal | 140 | 23 | 374 | 76 | 134 | 0 | 1 | 404 | 141 | 65 |
| Binary | 1100000 | 10011 | 11111100 | 111110 | 1011100 | 0 | 1 | 100000100 | 1100001 | 110101 |
Color Harmonies of #6013FC
Complementary color
Monochromatic Colors of #6013FC
Black with #6013FC
Text Example
Text Example
White with #6013FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6013FC; }
p { color: rgb(96,19,252); }
H1.HeaderClassName
{
color: #6013FC;
}
.AnyTagClassName
{
color: #6013FC;
}
</style>
background-color css
<style>
a { background-color: #6013FC; }
a { background-color: rgb(96,19,252); }
div.DivClassName
{
background-color: #6013FC;
}
.BgClassName
{
background-color: #6013FC;
}
</style>
border-color css
<style>
span { border-color: #6013FC; }
span { border-color: rgb(96,19,252); }
td.TdClassName
{
border-color: #6013FC;
}
.TagClassName
{
border-color: #6013FC;
}
</style>