Shades of Han Purple #6015FF
Tints of Han Purple #6015FF
RGB
CMYK
RGB Variations
Color information
#6015FF (or 0x6015FF) is known color: Han Purple. HEX triplet: 60, 15 and FF. RGB value is (96,21,255). Sum of RGB (Red+Green+Blue) = 96+21+255=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #6015FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015FF is #9FEA00. Grayscale: #454545. Windows color (decimal): -10480129 or 16717152. OLE color: 16717152.
HSL color Cylindrical-coordinate representation of color #6015FF: hue angle of 259.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6015FF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 21 | 255 | - |
| CMYK | 0.62 | 0.92 | 0 | 0 |
| HSL | 259.23º | 1% | 0.54% | - |
| HSV(B) | 259.23º | 0.92% | 1% | - |
| XYZ | 23.14 | 10.24 | 95.37 | - |
| YUV | 70.1 | 232.35 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 255 | 0.62 | 0.92 | 0 | 0 | 259.23 | 1 | 0.54 |
| Hex | 60 | 15 | FF | 3E | 5C | 0 | 0 | 103 | 64 | 36 |
| Octal | 140 | 25 | 377 | 76 | 134 | 0 | 0 | 403 | 144 | 66 |
| Binary | 1100000 | 10101 | 11111111 | 111110 | 1011100 | 0 | 0 | 100000011 | 1100100 | 110110 |
Color Harmonies of #6015FF
Complementary color
Monochromatic Colors of #6015FF
Black with #6015FF
Text Example
Text Example
White with #6015FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6015FF; }
p { color: rgb(96,21,255); }
H1.HeaderClassName
{
color: #6015FF;
}
.AnyTagClassName
{
color: #6015FF;
}
</style>
background-color css
<style>
a { background-color: #6015FF; }
a { background-color: rgb(96,21,255); }
div.DivClassName
{
background-color: #6015FF;
}
.BgClassName
{
background-color: #6015FF;
}
</style>
border-color css
<style>
span { border-color: #6015FF; }
span { border-color: rgb(96,21,255); }
td.TdClassName
{
border-color: #6015FF;
}
.TagClassName
{
border-color: #6015FF;
}
</style>