Shades of Han Purple #6014FC
Tints of Han Purple #6014FC
RGB
CMYK
RGB Variations
Color information
#6014FC (or 0x6014FC) is known color: Han Purple. HEX triplet: 60, 14 and FC. RGB value is (96,20,252). Sum of RGB (Red+Green+Blue) = 96+20+252=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #6014FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6014FC is #9FEB03. Grayscale: #444444. Windows color (decimal): -10480388 or 16520288. OLE color: 16520288.
HSL color Cylindrical-coordinate representation of color #6014FC: hue angle of 259.66º 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 #6014FC is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 20 | 252 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.01 |
| HSL | 259.66º | 0.97% | 0.53% | - |
| HSV(B) | 259.66º | 0.92% | 0.99% | - |
| XYZ | 22.64 | 10.02 | 92.84 | - |
| YUV | 69.17 | 231.18 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 252 | 0.62 | 0.92 | 0 | 0.01 | 259.66 | 0.97 | 0.53 |
| Hex | 60 | 14 | FC | 3E | 5C | 0 | 1 | 104 | 61 | 35 |
| Octal | 140 | 24 | 374 | 76 | 134 | 0 | 1 | 404 | 141 | 65 |
| Binary | 1100000 | 10100 | 11111100 | 111110 | 1011100 | 0 | 1 | 100000100 | 1100001 | 110101 |
Color Harmonies of #6014FC
Complementary color
Monochromatic Colors of #6014FC
Black with #6014FC
Text Example
Text Example
White with #6014FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014FC; }
p { color: rgb(96,20,252); }
H1.HeaderClassName
{
color: #6014FC;
}
.AnyTagClassName
{
color: #6014FC;
}
</style>
background-color css
<style>
a { background-color: #6014FC; }
a { background-color: rgb(96,20,252); }
div.DivClassName
{
background-color: #6014FC;
}
.BgClassName
{
background-color: #6014FC;
}
</style>
border-color css
<style>
span { border-color: #6014FC; }
span { border-color: rgb(96,20,252); }
td.TdClassName
{
border-color: #6014FC;
}
.TagClassName
{
border-color: #6014FC;
}
</style>