Shades of Purple Heart #4524C8
Tints of Purple Heart #4524C8
RGB
CMYK
RGB Variations
Color information
#4524C8 (or 0x4524C8) is known color: Purple Heart. HEX triplet: 45, 24 and C8. RGB value is (69,36,200). Sum of RGB (Red+Green+Blue) = 69+36+200=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 200 (78.52% from 255 or 65.57% from 305); Max value from RGB is 200 - color contains mainly: blue. Hex color #4524C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524C8 is #BADB37. Grayscale: #3F3F3F. Windows color (decimal): -12245816 or 13116485. OLE color: 13116485.
HSL color Cylindrical-coordinate representation of color #4524C8: hue angle of 252.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4524C8 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 36 | 200 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.22 |
| HSL | 252.07º | 0.69% | 0.46% | - |
| HSV(B) | 252.07º | 0.82% | 0.78% | - |
| XYZ | 13.51 | 6.7 | 55.22 | - |
| YUV | 64.56 | 204.43 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 200 | 0.66 | 0.82 | 0 | 0.22 | 252.07 | 0.69 | 0.46 |
| Hex | 45 | 24 | C8 | 42 | 52 | 0 | 16 | FC | 45 | 2E |
| Octal | 105 | 44 | 310 | 102 | 122 | 0 | 26 | 374 | 105 | 56 |
| Binary | 1000101 | 100100 | 11001000 | 1000010 | 1010010 | 0 | 10110 | 11111100 | 1000101 | 101110 |
Color Harmonies of #4524C8
Complementary color
Monochromatic Colors of #4524C8
Black with #4524C8
Text Example
Text Example
White with #4524C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524C8; }
p { color: rgb(69,36,200); }
H1.HeaderClassName
{
color: #4524C8;
}
.AnyTagClassName
{
color: #4524C8;
}
</style>
background-color css
<style>
a { background-color: #4524C8; }
a { background-color: rgb(69,36,200); }
div.DivClassName
{
background-color: #4524C8;
}
.BgClassName
{
background-color: #4524C8;
}
</style>
border-color css
<style>
span { border-color: #4524C8; }
span { border-color: rgb(69,36,200); }
td.TdClassName
{
border-color: #4524C8;
}
.TagClassName
{
border-color: #4524C8;
}
</style>