Shades of Purple Heart #4524BB
Tints of Purple Heart #4524BB
RGB
CMYK
RGB Variations
Color information
#4524BB (or 0x4524BB) is known color: Purple Heart. HEX triplet: 45, 24 and BB. RGB value is (69,36,187). Sum of RGB (Red+Green+Blue) = 69+36+187=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #4524BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524BB is #BADB44. Grayscale: #3E3E3E. Windows color (decimal): -12245829 or 12264517. OLE color: 12264517.
HSL color Cylindrical-coordinate representation of color #4524BB: hue angle of 253.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4524BB is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 36 | 187 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.27 |
| HSL | 253.11º | 0.68% | 0.44% | - |
| HSV(B) | 253.11º | 0.81% | 0.73% | - |
| XYZ | 12.05 | 6.11 | 47.56 | - |
| YUV | 63.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 187 | 0.63 | 0.81 | 0 | 0.27 | 253.11 | 0.68 | 0.44 |
| Hex | 45 | 24 | BB | 3F | 51 | 0 | 1B | FD | 44 | 2C |
| Octal | 105 | 44 | 273 | 77 | 121 | 0 | 33 | 375 | 104 | 54 |
| Binary | 1000101 | 100100 | 10111011 | 111111 | 1010001 | 0 | 11011 | 11111101 | 1000100 | 101100 |
Color Harmonies of #4524BB
Complementary color
Monochromatic Colors of #4524BB
Black with #4524BB
Text Example
Text Example
White with #4524BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524BB; }
p { color: rgb(69,36,187); }
H1.HeaderClassName
{
color: #4524BB;
}
.AnyTagClassName
{
color: #4524BB;
}
</style>
background-color css
<style>
a { background-color: #4524BB; }
a { background-color: rgb(69,36,187); }
div.DivClassName
{
background-color: #4524BB;
}
.BgClassName
{
background-color: #4524BB;
}
</style>
border-color css
<style>
span { border-color: #4524BB; }
span { border-color: rgb(69,36,187); }
td.TdClassName
{
border-color: #4524BB;
}
.TagClassName
{
border-color: #4524BB;
}
</style>