Shades of Han Purple #4503DB
Tints of Han Purple #4503DB
RGB
CMYK
RGB Variations
Color information
#4503DB (or 0x4503DB) is known color: Han Purple. HEX triplet: 45, 03 and DB. RGB value is (69,3,219). Sum of RGB (Red+Green+Blue) = 69+3+219=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #4503DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503DB is #BAFC24. Grayscale: #2E2E2E. Windows color (decimal): -12254245 or 14353221. OLE color: 14353221.
HSL color Cylindrical-coordinate representation of color #4503DB: hue angle of 258.33º 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 #4503DB is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 3 | 219 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.14 |
| HSL | 258.33º | 0.97% | 0.44% | - |
| HSV(B) | 258.33º | 0.99% | 0.86% | - |
| XYZ | 15.27 | 6.44 | 67.46 | - |
| YUV | 47.36 | 224.87 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 219 | 0.68 | 0.99 | 0 | 0.14 | 258.33 | 0.97 | 0.44 |
| Hex | 45 | 3 | DB | 44 | 63 | 0 | E | 102 | 61 | 2C |
| Octal | 105 | 3 | 333 | 104 | 143 | 0 | 16 | 402 | 141 | 54 |
| Binary | 1000101 | 11 | 11011011 | 1000100 | 1100011 | 0 | 1110 | 100000010 | 1100001 | 101100 |
Color Harmonies of #4503DB
Complementary color
Monochromatic Colors of #4503DB
Black with #4503DB
Text Example
Text Example
White with #4503DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503DB; }
p { color: rgb(69,3,219); }
H1.HeaderClassName
{
color: #4503DB;
}
.AnyTagClassName
{
color: #4503DB;
}
</style>
background-color css
<style>
a { background-color: #4503DB; }
a { background-color: rgb(69,3,219); }
div.DivClassName
{
background-color: #4503DB;
}
.BgClassName
{
background-color: #4503DB;
}
</style>
border-color css
<style>
span { border-color: #4503DB; }
span { border-color: rgb(69,3,219); }
td.TdClassName
{
border-color: #4503DB;
}
.TagClassName
{
border-color: #4503DB;
}
</style>