Shades of Han Purple #6017FA
Tints of Han Purple #6017FA
RGB
CMYK
RGB Variations
Color information
#6017FA (or 0x6017FA) is known color: Han Purple. HEX triplet: 60, 17 and FA. RGB value is (96,23,250). Sum of RGB (Red+Green+Blue) = 96+23+250=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #6017FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017FA is #9FE805. Grayscale: #454545. Windows color (decimal): -10479622 or 16389984. OLE color: 16389984.
HSL color Cylindrical-coordinate representation of color #6017FA: hue angle of 259.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6017FA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 23 | 250 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.02 |
| HSL | 259.3º | 0.96% | 0.54% | - |
| HSV(B) | 259.3º | 0.91% | 0.98% | - |
| XYZ | 22.39 | 10 | 91.19 | - |
| YUV | 70.71 | 229.18 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 250 | 0.62 | 0.91 | 0 | 0.02 | 259.3 | 0.96 | 0.54 |
| Hex | 60 | 17 | FA | 3E | 5B | 0 | 2 | 103 | 60 | 36 |
| Octal | 140 | 27 | 372 | 76 | 133 | 0 | 2 | 403 | 140 | 66 |
| Binary | 1100000 | 10111 | 11111010 | 111110 | 1011011 | 0 | 10 | 100000011 | 1100000 | 110110 |
Color Harmonies of #6017FA
Complementary color
Monochromatic Colors of #6017FA
Black with #6017FA
Text Example
Text Example
White with #6017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6017FA; }
p { color: rgb(96,23,250); }
H1.HeaderClassName
{
color: #6017FA;
}
.AnyTagClassName
{
color: #6017FA;
}
</style>
background-color css
<style>
a { background-color: #6017FA; }
a { background-color: rgb(96,23,250); }
div.DivClassName
{
background-color: #6017FA;
}
.BgClassName
{
background-color: #6017FA;
}
</style>
border-color css
<style>
span { border-color: #6017FA; }
span { border-color: rgb(96,23,250); }
td.TdClassName
{
border-color: #6017FA;
}
.TagClassName
{
border-color: #6017FA;
}
</style>