Shades of Purple Heart #4524CF
Tints of Purple Heart #4524CF
RGB
CMYK
RGB Variations
Color information
#4524CF (or 0x4524CF) is known color: Purple Heart. HEX triplet: 45, 24 and CF. RGB value is (69,36,207). Sum of RGB (Red+Green+Blue) = 69+36+207=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #4524CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524CF is #BADB30. Grayscale: #404040. Windows color (decimal): -12245809 or 13575237. OLE color: 13575237.
HSL color Cylindrical-coordinate representation of color #4524CF: hue angle of 251.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4524CF is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 36 | 207 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.19 |
| HSL | 251.58º | 0.7% | 0.48% | - |
| HSV(B) | 251.58º | 0.83% | 0.81% | - |
| XYZ | 14.35 | 7.03 | 59.63 | - |
| YUV | 65.36 | 207.93 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 207 | 0.67 | 0.83 | 0 | 0.19 | 251.58 | 0.7 | 0.48 |
| Hex | 45 | 24 | CF | 43 | 53 | 0 | 13 | FC | 46 | 30 |
| Octal | 105 | 44 | 317 | 103 | 123 | 0 | 23 | 374 | 106 | 60 |
| Binary | 1000101 | 100100 | 11001111 | 1000011 | 1010011 | 0 | 10011 | 11111100 | 1000110 | 110000 |
Color Harmonies of #4524CF
Complementary color
Monochromatic Colors of #4524CF
Black with #4524CF
Text Example
Text Example
White with #4524CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524CF; }
p { color: rgb(69,36,207); }
H1.HeaderClassName
{
color: #4524CF;
}
.AnyTagClassName
{
color: #4524CF;
}
</style>
background-color css
<style>
a { background-color: #4524CF; }
a { background-color: rgb(69,36,207); }
div.DivClassName
{
background-color: #4524CF;
}
.BgClassName
{
background-color: #4524CF;
}
</style>
border-color css
<style>
span { border-color: #4524CF; }
span { border-color: rgb(69,36,207); }
td.TdClassName
{
border-color: #4524CF;
}
.TagClassName
{
border-color: #4524CF;
}
</style>