Shades of Purple Heart #4B36CA
Tints of Purple Heart #4B36CA
RGB
CMYK
RGB Variations
Color information
#4B36CA (or 0x4B36CA) is known color: Purple Heart. HEX triplet: 4B, 36 and CA. RGB value is (75,54,202). Sum of RGB (Red+Green+Blue) = 75+54+202=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B36CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B36CA is #B4C935. Grayscale: #4C4C4C. Windows color (decimal): -11847990 or 13252171. OLE color: 13252171.
HSL color Cylindrical-coordinate representation of color #4B36CA: hue angle of 248.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B36CA is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 54 | 202 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.21 |
| HSL | 248.51º | 0.58% | 0.5% | - |
| HSV(B) | 248.51º | 0.73% | 0.79% | - |
| XYZ | 14.88 | 8.4 | 56.71 | - |
| YUV | 77.15 | 198.46 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 202 | 0.63 | 0.73 | 0 | 0.21 | 248.51 | 0.58 | 0.5 |
| Hex | 4B | 36 | CA | 3F | 49 | 0 | 15 | F9 | 3A | 32 |
| Octal | 113 | 66 | 312 | 77 | 111 | 0 | 25 | 371 | 72 | 62 |
| Binary | 1001011 | 110110 | 11001010 | 111111 | 1001001 | 0 | 10101 | 11111001 | 111010 | 110010 |
Color Harmonies of #4B36CA
Complementary color
Monochromatic Colors of #4B36CA
Black with #4B36CA
Text Example
Text Example
White with #4B36CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B36CA; }
p { color: rgb(75,54,202); }
H1.HeaderClassName
{
color: #4B36CA;
}
.AnyTagClassName
{
color: #4B36CA;
}
</style>
background-color css
<style>
a { background-color: #4B36CA; }
a { background-color: rgb(75,54,202); }
div.DivClassName
{
background-color: #4B36CA;
}
.BgClassName
{
background-color: #4B36CA;
}
</style>
border-color css
<style>
span { border-color: #4B36CA; }
span { border-color: rgb(75,54,202); }
td.TdClassName
{
border-color: #4B36CA;
}
.TagClassName
{
border-color: #4B36CA;
}
</style>