Shades of Purple Heart #4521D0
Tints of Purple Heart #4521D0
RGB
CMYK
RGB Variations
Color information
#4521D0 (or 0x4521D0) is known color: Purple Heart. HEX triplet: 45, 21 and D0. RGB value is (69,33,208). Sum of RGB (Red+Green+Blue) = 69+33+208=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #4521D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4521D0 is #BADE2F. Grayscale: #3F3F3F. Windows color (decimal): -12246576 or 13640005. OLE color: 13640005.
HSL color Cylindrical-coordinate representation of color #4521D0: hue angle of 252.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4521D0 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 33 | 208 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.18 |
| HSL | 252.34º | 0.73% | 0.47% | - |
| HSV(B) | 252.34º | 0.84% | 0.82% | - |
| XYZ | 14.38 | 6.91 | 60.25 | - |
| YUV | 63.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 208 | 0.67 | 0.84 | 0 | 0.18 | 252.34 | 0.73 | 0.47 |
| Hex | 45 | 21 | D0 | 43 | 54 | 0 | 12 | FC | 49 | 2F |
| Octal | 105 | 41 | 320 | 103 | 124 | 0 | 22 | 374 | 111 | 57 |
| Binary | 1000101 | 100001 | 11010000 | 1000011 | 1010100 | 0 | 10010 | 11111100 | 1001001 | 101111 |
Color Harmonies of #4521D0
Complementary color
Monochromatic Colors of #4521D0
Black with #4521D0
Text Example
Text Example
White with #4521D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4521D0; }
p { color: rgb(69,33,208); }
H1.HeaderClassName
{
color: #4521D0;
}
.AnyTagClassName
{
color: #4521D0;
}
</style>
background-color css
<style>
a { background-color: #4521D0; }
a { background-color: rgb(69,33,208); }
div.DivClassName
{
background-color: #4521D0;
}
.BgClassName
{
background-color: #4521D0;
}
</style>
border-color css
<style>
span { border-color: #4521D0; }
span { border-color: rgb(69,33,208); }
td.TdClassName
{
border-color: #4521D0;
}
.TagClassName
{
border-color: #4521D0;
}
</style>