Shades of Purple Heart #4521B9
Tints of Purple Heart #4521B9
RGB
CMYK
RGB Variations
Color information
#4521B9 (or 0x4521B9) is known color: Purple Heart. HEX triplet: 45, 21 and B9. RGB value is (69,33,185). Sum of RGB (Red+Green+Blue) = 69+33+185=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 185 (72.66% from 255 or 64.46% from 287); Max value from RGB is 185 - color contains mainly: blue. Hex color #4521B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4521B9 is #BADE46. Grayscale: #3C3C3C. Windows color (decimal): -12246599 or 12132677. OLE color: 12132677.
HSL color Cylindrical-coordinate representation of color #4521B9: hue angle of 254.21º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4521B9 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 33 | 185 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.27 |
| HSL | 254.21º | 0.7% | 0.43% | - |
| HSV(B) | 254.21º | 0.82% | 0.73% | - |
| XYZ | 11.76 | 5.86 | 46.41 | - |
| YUV | 61.09 | 197.93 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 185 | 0.63 | 0.82 | 0 | 0.27 | 254.21 | 0.7 | 0.43 |
| Hex | 45 | 21 | B9 | 3F | 52 | 0 | 1B | FE | 46 | 2B |
| Octal | 105 | 41 | 271 | 77 | 122 | 0 | 33 | 376 | 106 | 53 |
| Binary | 1000101 | 100001 | 10111001 | 111111 | 1010010 | 0 | 11011 | 11111110 | 1000110 | 101011 |
Color Harmonies of #4521B9
Complementary color
Monochromatic Colors of #4521B9
Black with #4521B9
Text Example
Text Example
White with #4521B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4521B9; }
p { color: rgb(69,33,185); }
H1.HeaderClassName
{
color: #4521B9;
}
.AnyTagClassName
{
color: #4521B9;
}
</style>
background-color css
<style>
a { background-color: #4521B9; }
a { background-color: rgb(69,33,185); }
div.DivClassName
{
background-color: #4521B9;
}
.BgClassName
{
background-color: #4521B9;
}
</style>
border-color css
<style>
span { border-color: #4521B9; }
span { border-color: rgb(69,33,185); }
td.TdClassName
{
border-color: #4521B9;
}
.TagClassName
{
border-color: #4521B9;
}
</style>