Shades of Han Purple #4510DC
Tints of Han Purple #4510DC
RGB
CMYK
RGB Variations
Color information
#4510DC (or 0x4510DC) is known color: Han Purple. HEX triplet: 45, 10 and DC. RGB value is (69,16,220). Sum of RGB (Red+Green+Blue) = 69+16+220=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #4510DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510DC is #BAEF23. Grayscale: #363636. Windows color (decimal): -12250916 or 14422085. OLE color: 14422085.
HSL color Cylindrical-coordinate representation of color #4510DC: hue angle of 255.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4510DC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 16 | 220 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.14 |
| HSL | 255.59º | 0.86% | 0.46% | - |
| HSV(B) | 255.59º | 0.93% | 0.86% | - |
| XYZ | 15.56 | 6.8 | 68.2 | - |
| YUV | 55.1 | 221.06 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 220 | 0.69 | 0.93 | 0 | 0.14 | 255.59 | 0.86 | 0.46 |
| Hex | 45 | 10 | DC | 45 | 5D | 0 | E | 100 | 56 | 2E |
| Octal | 105 | 20 | 334 | 105 | 135 | 0 | 16 | 400 | 126 | 56 |
| Binary | 1000101 | 10000 | 11011100 | 1000101 | 1011101 | 0 | 1110 | 100000000 | 1010110 | 101110 |
Color Harmonies of #4510DC
Complementary color
Monochromatic Colors of #4510DC
Black with #4510DC
Text Example
Text Example
White with #4510DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4510DC; }
p { color: rgb(69,16,220); }
H1.HeaderClassName
{
color: #4510DC;
}
.AnyTagClassName
{
color: #4510DC;
}
</style>
background-color css
<style>
a { background-color: #4510DC; }
a { background-color: rgb(69,16,220); }
div.DivClassName
{
background-color: #4510DC;
}
.BgClassName
{
background-color: #4510DC;
}
</style>
border-color css
<style>
span { border-color: #4510DC; }
span { border-color: rgb(69,16,220); }
td.TdClassName
{
border-color: #4510DC;
}
.TagClassName
{
border-color: #4510DC;
}
</style>