Shades of Han Purple #6013DC
Tints of Han Purple #6013DC
RGB
CMYK
RGB Variations
Color information
#6013DC (or 0x6013DC) is known color: Han Purple. HEX triplet: 60, 13 and DC. RGB value is (96,19,220). Sum of RGB (Red+Green+Blue) = 96+19+220=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #6013DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013DC is #9FEC23. Grayscale: #404040. Windows color (decimal): -10480676 or 14422880. OLE color: 14422880.
HSL color Cylindrical-coordinate representation of color #6013DC: hue angle of 262.99º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6013DC is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 19 | 220 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.14 |
| HSL | 262.99º | 0.84% | 0.47% | - |
| HSV(B) | 262.99º | 0.91% | 0.86% | - |
| XYZ | 17.98 | 8.12 | 68.33 | - |
| YUV | 64.94 | 215.51 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 220 | 0.56 | 0.91 | 0 | 0.14 | 262.99 | 0.84 | 0.47 |
| Hex | 60 | 13 | DC | 38 | 5B | 0 | E | 107 | 54 | 2F |
| Octal | 140 | 23 | 334 | 70 | 133 | 0 | 16 | 407 | 124 | 57 |
| Binary | 1100000 | 10011 | 11011100 | 111000 | 1011011 | 0 | 1110 | 100000111 | 1010100 | 101111 |
Color Harmonies of #6013DC
Complementary color
Monochromatic Colors of #6013DC
Black with #6013DC
Text Example
Text Example
White with #6013DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6013DC; }
p { color: rgb(96,19,220); }
H1.HeaderClassName
{
color: #6013DC;
}
.AnyTagClassName
{
color: #6013DC;
}
</style>
background-color css
<style>
a { background-color: #6013DC; }
a { background-color: rgb(96,19,220); }
div.DivClassName
{
background-color: #6013DC;
}
.BgClassName
{
background-color: #6013DC;
}
</style>
border-color css
<style>
span { border-color: #6013DC; }
span { border-color: rgb(96,19,220); }
td.TdClassName
{
border-color: #6013DC;
}
.TagClassName
{
border-color: #6013DC;
}
</style>