Shades of Purple Heart #4B24CA
Tints of Purple Heart #4B24CA
RGB
CMYK
RGB Variations
Color information
#4B24CA (or 0x4B24CA) is known color: Purple Heart. HEX triplet: 4B, 24 and CA. RGB value is (75,36,202). Sum of RGB (Red+Green+Blue) = 75+36+202=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B24CA is #B4DB35. Grayscale: #414141. Windows color (decimal): -11852598 or 13247563. OLE color: 13247563.
HSL color Cylindrical-coordinate representation of color #4B24CA: hue angle of 254.1º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B24CA is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 36 | 202 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.21 |
| HSL | 254.1º | 0.7% | 0.47% | - |
| HSV(B) | 254.1º | 0.82% | 0.79% | - |
| XYZ | 14.19 | 7.02 | 56.48 | - |
| YUV | 66.59 | 204.42 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 202 | 0.63 | 0.82 | 0 | 0.21 | 254.1 | 0.7 | 0.47 |
| Hex | 4B | 24 | CA | 3F | 52 | 0 | 15 | FE | 46 | 2F |
| Octal | 113 | 44 | 312 | 77 | 122 | 0 | 25 | 376 | 106 | 57 |
| Binary | 1001011 | 100100 | 11001010 | 111111 | 1010010 | 0 | 10101 | 11111110 | 1000110 | 101111 |
Color Harmonies of #4B24CA
Complementary color
Monochromatic Colors of #4B24CA
Black with #4B24CA
Text Example
Text Example
White with #4B24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B24CA; }
p { color: rgb(75,36,202); }
H1.HeaderClassName
{
color: #4B24CA;
}
.AnyTagClassName
{
color: #4B24CA;
}
</style>
background-color css
<style>
a { background-color: #4B24CA; }
a { background-color: rgb(75,36,202); }
div.DivClassName
{
background-color: #4B24CA;
}
.BgClassName
{
background-color: #4B24CA;
}
</style>
border-color css
<style>
span { border-color: #4B24CA; }
span { border-color: rgb(75,36,202); }
td.TdClassName
{
border-color: #4B24CA;
}
.TagClassName
{
border-color: #4B24CA;
}
</style>