Shades of Han Purple #6015DC
Tints of Han Purple #6015DC
RGB
CMYK
RGB Variations
Color information
#6015DC (or 0x6015DC) is known color: Han Purple. HEX triplet: 60, 15 and DC. RGB value is (96,21,220). Sum of RGB (Red+Green+Blue) = 96+21+220=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #6015DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015DC is #9FEA23. Grayscale: #414141. Windows color (decimal): -10480164 or 14423392. OLE color: 14423392.
HSL color Cylindrical-coordinate representation of color #6015DC: hue angle of 262.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6015DC is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 21 | 220 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.14 |
| HSL | 262.61º | 0.83% | 0.47% | - |
| HSV(B) | 262.61º | 0.9% | 0.86% | - |
| XYZ | 18.01 | 8.19 | 68.34 | - |
| YUV | 66.11 | 214.85 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 220 | 0.56 | 0.90 | 0 | 0.14 | 262.61 | 0.83 | 0.47 |
| Hex | 60 | 15 | DC | 38 | 5A | 0 | E | 107 | 53 | 2F |
| Octal | 140 | 25 | 334 | 70 | 132 | 0 | 16 | 407 | 123 | 57 |
| Binary | 1100000 | 10101 | 11011100 | 111000 | 1011010 | 0 | 1110 | 100000111 | 1010011 | 101111 |
Color Harmonies of #6015DC
Complementary color
Monochromatic Colors of #6015DC
Black with #6015DC
Text Example
Text Example
White with #6015DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6015DC; }
p { color: rgb(96,21,220); }
H1.HeaderClassName
{
color: #6015DC;
}
.AnyTagClassName
{
color: #6015DC;
}
</style>
background-color css
<style>
a { background-color: #6015DC; }
a { background-color: rgb(96,21,220); }
div.DivClassName
{
background-color: #6015DC;
}
.BgClassName
{
background-color: #6015DC;
}
</style>
border-color css
<style>
span { border-color: #6015DC; }
span { border-color: rgb(96,21,220); }
td.TdClassName
{
border-color: #6015DC;
}
.TagClassName
{
border-color: #6015DC;
}
</style>