Shades of Han Purple #6011FC
Tints of Han Purple #6011FC
RGB
CMYK
RGB Variations
Color information
#6011FC (or 0x6011FC) is known color: Han Purple. HEX triplet: 60, 11 and FC. RGB value is (96,17,252). Sum of RGB (Red+Green+Blue) = 96+17+252=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #6011FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6011FC is #9FEE03. Grayscale: #424242. Windows color (decimal): -10481156 or 16519520. OLE color: 16519520.
HSL color Cylindrical-coordinate representation of color #6011FC: hue angle of 260.17º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6011FC is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 17 | 252 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.01 |
| HSL | 260.17º | 0.98% | 0.53% | - |
| HSV(B) | 260.17º | 0.93% | 0.99% | - |
| XYZ | 22.6 | 9.92 | 92.82 | - |
| YUV | 67.41 | 232.17 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 252 | 0.62 | 0.93 | 0 | 0.01 | 260.17 | 0.98 | 0.53 |
| Hex | 60 | 11 | FC | 3E | 5D | 0 | 1 | 104 | 62 | 35 |
| Octal | 140 | 21 | 374 | 76 | 135 | 0 | 1 | 404 | 142 | 65 |
| Binary | 1100000 | 10001 | 11111100 | 111110 | 1011101 | 0 | 1 | 100000100 | 1100010 | 110101 |
Color Harmonies of #6011FC
Complementary color
Monochromatic Colors of #6011FC
Black with #6011FC
Text Example
Text Example
White with #6011FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011FC; }
p { color: rgb(96,17,252); }
H1.HeaderClassName
{
color: #6011FC;
}
.AnyTagClassName
{
color: #6011FC;
}
</style>
background-color css
<style>
a { background-color: #6011FC; }
a { background-color: rgb(96,17,252); }
div.DivClassName
{
background-color: #6011FC;
}
.BgClassName
{
background-color: #6011FC;
}
</style>
border-color css
<style>
span { border-color: #6011FC; }
span { border-color: rgb(96,17,252); }
td.TdClassName
{
border-color: #6011FC;
}
.TagClassName
{
border-color: #6011FC;
}
</style>