Shades of Han Purple #4503DC
Tints of Han Purple #4503DC
RGB
CMYK
RGB Variations
Color information
#4503DC (or 0x4503DC) is known color: Han Purple. HEX triplet: 45, 03 and DC. RGB value is (69,3,220). Sum of RGB (Red+Green+Blue) = 69+3+220=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #4503DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503DC is #BAFC23. Grayscale: #2E2E2E. Windows color (decimal): -12254244 or 14418757. OLE color: 14418757.
HSL color Cylindrical-coordinate representation of color #4503DC: hue angle of 258.25º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4503DC is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 3 | 220 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.14 |
| HSL | 258.25º | 0.97% | 0.44% | - |
| HSV(B) | 258.25º | 0.99% | 0.86% | - |
| XYZ | 15.41 | 6.5 | 68.15 | - |
| YUV | 47.47 | 225.37 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 220 | 0.69 | 0.99 | 0 | 0.14 | 258.25 | 0.97 | 0.44 |
| Hex | 45 | 3 | DC | 45 | 63 | 0 | E | 102 | 61 | 2C |
| Octal | 105 | 3 | 334 | 105 | 143 | 0 | 16 | 402 | 141 | 54 |
| Binary | 1000101 | 11 | 11011100 | 1000101 | 1100011 | 0 | 1110 | 100000010 | 1100001 | 101100 |
Color Harmonies of #4503DC
Complementary color
Monochromatic Colors of #4503DC
Black with #4503DC
Text Example
Text Example
White with #4503DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503DC; }
p { color: rgb(69,3,220); }
H1.HeaderClassName
{
color: #4503DC;
}
.AnyTagClassName
{
color: #4503DC;
}
</style>
background-color css
<style>
a { background-color: #4503DC; }
a { background-color: rgb(69,3,220); }
div.DivClassName
{
background-color: #4503DC;
}
.BgClassName
{
background-color: #4503DC;
}
</style>
border-color css
<style>
span { border-color: #4503DC; }
span { border-color: rgb(69,3,220); }
td.TdClassName
{
border-color: #4503DC;
}
.TagClassName
{
border-color: #4503DC;
}
</style>