Shades of Purple Heart #4B24BC
Tints of Purple Heart #4B24BC
RGB
CMYK
RGB Variations
Color information
#4B24BC (or 0x4B24BC) is known color: Purple Heart. HEX triplet: 4B, 24 and BC. RGB value is (75,36,188). Sum of RGB (Red+Green+Blue) = 75+36+188=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B24BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B24BC is #B4DB43. Grayscale: #404040. Windows color (decimal): -11852612 or 12330059. OLE color: 12330059.
HSL color Cylindrical-coordinate representation of color #4B24BC: hue angle of 255.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B24BC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 36 | 188 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.26 |
| HSL | 255.39º | 0.68% | 0.44% | - |
| HSV(B) | 255.39º | 0.81% | 0.74% | - |
| XYZ | 12.61 | 6.39 | 48.15 | - |
| YUV | 64.99 | 197.42 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 188 | 0.60 | 0.81 | 0 | 0.26 | 255.39 | 0.68 | 0.44 |
| Hex | 4B | 24 | BC | 3C | 51 | 0 | 1A | FF | 44 | 2C |
| Octal | 113 | 44 | 274 | 74 | 121 | 0 | 32 | 377 | 104 | 54 |
| Binary | 1001011 | 100100 | 10111100 | 111100 | 1010001 | 0 | 11010 | 11111111 | 1000100 | 101100 |
Color Harmonies of #4B24BC
Complementary color
Monochromatic Colors of #4B24BC
Black with #4B24BC
Text Example
Text Example
White with #4B24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B24BC; }
p { color: rgb(75,36,188); }
H1.HeaderClassName
{
color: #4B24BC;
}
.AnyTagClassName
{
color: #4B24BC;
}
</style>
background-color css
<style>
a { background-color: #4B24BC; }
a { background-color: rgb(75,36,188); }
div.DivClassName
{
background-color: #4B24BC;
}
.BgClassName
{
background-color: #4B24BC;
}
</style>
border-color css
<style>
span { border-color: #4B24BC; }
span { border-color: rgb(75,36,188); }
td.TdClassName
{
border-color: #4B24BC;
}
.TagClassName
{
border-color: #4B24BC;
}
</style>