Shades of Han Purple #4519D3
Tints of Han Purple #4519D3
RGB
CMYK
RGB Variations
Color information
#4519D3 (or 0x4519D3) is known color: Han Purple. HEX triplet: 45, 19 and D3. RGB value is (69,25,211). Sum of RGB (Red+Green+Blue) = 69+25+211=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 211 (82.81% from 255 or 69.18% from 305); Max value from RGB is 211 - color contains mainly: blue. Hex color #4519D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4519D3 is #BAE62C. Grayscale: #3A3A3A. Windows color (decimal): -12248621 or 13834565. OLE color: 13834565.
HSL color Cylindrical-coordinate representation of color #4519D3: hue angle of 254.19º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4519D3 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 25 | 211 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.17 |
| HSL | 254.19º | 0.79% | 0.46% | - |
| HSV(B) | 254.19º | 0.88% | 0.83% | - |
| XYZ | 14.56 | 6.66 | 62.15 | - |
| YUV | 59.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 211 | 0.67 | 0.88 | 0 | 0.17 | 254.19 | 0.79 | 0.46 |
| Hex | 45 | 19 | D3 | 43 | 58 | 0 | 11 | FE | 4F | 2E |
| Octal | 105 | 31 | 323 | 103 | 130 | 0 | 21 | 376 | 117 | 56 |
| Binary | 1000101 | 11001 | 11010011 | 1000011 | 1011000 | 0 | 10001 | 11111110 | 1001111 | 101110 |
Color Harmonies of #4519D3
Complementary color
Monochromatic Colors of #4519D3
Black with #4519D3
Text Example
Text Example
White with #4519D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4519D3; }
p { color: rgb(69,25,211); }
H1.HeaderClassName
{
color: #4519D3;
}
.AnyTagClassName
{
color: #4519D3;
}
</style>
background-color css
<style>
a { background-color: #4519D3; }
a { background-color: rgb(69,25,211); }
div.DivClassName
{
background-color: #4519D3;
}
.BgClassName
{
background-color: #4519D3;
}
</style>
border-color css
<style>
span { border-color: #4519D3; }
span { border-color: rgb(69,25,211); }
td.TdClassName
{
border-color: #4519D3;
}
.TagClassName
{
border-color: #4519D3;
}
</style>