Shades of Han Purple #4512DC
Tints of Han Purple #4512DC
RGB
CMYK
RGB Variations
Color information
#4512DC (or 0x4512DC) is known color: Han Purple. HEX triplet: 45, 12 and DC. RGB value is (69,18,220). Sum of RGB (Red+Green+Blue) = 69+18+220=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #4512DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4512DC is #BAED23. Grayscale: #373737. Windows color (decimal): -12250404 or 14422597. OLE color: 14422597.
HSL color Cylindrical-coordinate representation of color #4512DC: hue angle of 255.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4512DC is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 18 | 220 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.14 |
| HSL | 255.15º | 0.85% | 0.47% | - |
| HSV(B) | 255.15º | 0.92% | 0.86% | - |
| XYZ | 15.59 | 6.87 | 68.21 | - |
| YUV | 56.28 | 220.4 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 220 | 0.69 | 0.92 | 0 | 0.14 | 255.15 | 0.85 | 0.47 |
| Hex | 45 | 12 | DC | 45 | 5C | 0 | E | FF | 55 | 2F |
| Octal | 105 | 22 | 334 | 105 | 134 | 0 | 16 | 377 | 125 | 57 |
| Binary | 1000101 | 10010 | 11011100 | 1000101 | 1011100 | 0 | 1110 | 11111111 | 1010101 | 101111 |
Color Harmonies of #4512DC
Complementary color
Monochromatic Colors of #4512DC
Black with #4512DC
Text Example
Text Example
White with #4512DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4512DC; }
p { color: rgb(69,18,220); }
H1.HeaderClassName
{
color: #4512DC;
}
.AnyTagClassName
{
color: #4512DC;
}
</style>
background-color css
<style>
a { background-color: #4512DC; }
a { background-color: rgb(69,18,220); }
div.DivClassName
{
background-color: #4512DC;
}
.BgClassName
{
background-color: #4512DC;
}
</style>
border-color css
<style>
span { border-color: #4512DC; }
span { border-color: rgb(69,18,220); }
td.TdClassName
{
border-color: #4512DC;
}
.TagClassName
{
border-color: #4512DC;
}
</style>