Shades of Han Purple #4510D4
Tints of Han Purple #4510D4
RGB
CMYK
RGB Variations
Color information
#4510D4 (or 0x4510D4) is known color: Han Purple. HEX triplet: 45, 10 and D4. RGB value is (69,16,212). Sum of RGB (Red+Green+Blue) = 69+16+212=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 212 (83.20% from 255 or 71.38% from 297); Max value from RGB is 212 - color contains mainly: blue. Hex color #4510D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510D4 is #BAEF2B. Grayscale: #353535. Windows color (decimal): -12250924 or 13897797. OLE color: 13897797.
HSL color Cylindrical-coordinate representation of color #4510D4: hue angle of 256.22º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4510D4 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 16 | 212 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.17 |
| HSL | 256.22º | 0.86% | 0.45% | - |
| HSV(B) | 256.22º | 0.92% | 0.83% | - |
| XYZ | 14.52 | 6.39 | 62.76 | - |
| YUV | 54.19 | 217.06 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 212 | 0.67 | 0.92 | 0 | 0.17 | 256.22 | 0.86 | 0.45 |
| Hex | 45 | 10 | D4 | 43 | 5C | 0 | 11 | 100 | 56 | 2D |
| Octal | 105 | 20 | 324 | 103 | 134 | 0 | 21 | 400 | 126 | 55 |
| Binary | 1000101 | 10000 | 11010100 | 1000011 | 1011100 | 0 | 10001 | 100000000 | 1010110 | 101101 |
Color Harmonies of #4510D4
Complementary color
Monochromatic Colors of #4510D4
Black with #4510D4
Text Example
Text Example
White with #4510D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4510D4; }
p { color: rgb(69,16,212); }
H1.HeaderClassName
{
color: #4510D4;
}
.AnyTagClassName
{
color: #4510D4;
}
</style>
background-color css
<style>
a { background-color: #4510D4; }
a { background-color: rgb(69,16,212); }
div.DivClassName
{
background-color: #4510D4;
}
.BgClassName
{
background-color: #4510D4;
}
</style>
border-color css
<style>
span { border-color: #4510D4; }
span { border-color: rgb(69,16,212); }
td.TdClassName
{
border-color: #4510D4;
}
.TagClassName
{
border-color: #4510D4;
}
</style>