Shades of Han Purple #6012DD
Tints of Han Purple #6012DD
RGB
CMYK
RGB Variations
Color information
#6012DD (or 0x6012DD) is known color: Han Purple. HEX triplet: 60, 12 and DD. RGB value is (96,18,221). Sum of RGB (Red+Green+Blue) = 96+18+221=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #6012DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012DD is #9FED22. Grayscale: #3F3F3F. Windows color (decimal): -10480931 or 14488160. OLE color: 14488160.
HSL color Cylindrical-coordinate representation of color #6012DD: hue angle of 263.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6012DD is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 18 | 221 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.13 |
| HSL | 263.05º | 0.85% | 0.47% | - |
| HSV(B) | 263.05º | 0.92% | 0.87% | - |
| XYZ | 18.09 | 8.14 | 69.02 | - |
| YUV | 64.46 | 216.34 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 221 | 0.57 | 0.92 | 0 | 0.13 | 263.05 | 0.85 | 0.47 |
| Hex | 60 | 12 | DD | 39 | 5C | 0 | D | 107 | 55 | 2F |
| Octal | 140 | 22 | 335 | 71 | 134 | 0 | 15 | 407 | 125 | 57 |
| Binary | 1100000 | 10010 | 11011101 | 111001 | 1011100 | 0 | 1101 | 100000111 | 1010101 | 101111 |
Color Harmonies of #6012DD
Complementary color
Monochromatic Colors of #6012DD
Black with #6012DD
Text Example
Text Example
White with #6012DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6012DD; }
p { color: rgb(96,18,221); }
H1.HeaderClassName
{
color: #6012DD;
}
.AnyTagClassName
{
color: #6012DD;
}
</style>
background-color css
<style>
a { background-color: #6012DD; }
a { background-color: rgb(96,18,221); }
div.DivClassName
{
background-color: #6012DD;
}
.BgClassName
{
background-color: #6012DD;
}
</style>
border-color css
<style>
span { border-color: #6012DD; }
span { border-color: rgb(96,18,221); }
td.TdClassName
{
border-color: #6012DD;
}
.TagClassName
{
border-color: #6012DD;
}
</style>