Shades of Purple Heart #4B36C9
Tints of Purple Heart #4B36C9
RGB
CMYK
RGB Variations
Color information
#4B36C9 (or 0x4B36C9) is known color: Purple Heart. HEX triplet: 4B, 36 and C9. RGB value is (75,54,201). Sum of RGB (Red+Green+Blue) = 75+54+201=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B36C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B36C9 is #B4C936. Grayscale: #4C4C4C. Windows color (decimal): -11847991 or 13186635. OLE color: 13186635.
HSL color Cylindrical-coordinate representation of color #4B36C9: hue angle of 248.57º 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 #4B36C9 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 54 | 201 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.21 |
| HSL | 248.57º | 0.58% | 0.5% | - |
| HSV(B) | 248.57º | 0.73% | 0.79% | - |
| XYZ | 14.76 | 8.35 | 56.09 | - |
| YUV | 77.04 | 197.96 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 201 | 0.63 | 0.73 | 0 | 0.21 | 248.57 | 0.58 | 0.5 |
| Hex | 4B | 36 | C9 | 3F | 49 | 0 | 15 | F9 | 3A | 32 |
| Octal | 113 | 66 | 311 | 77 | 111 | 0 | 25 | 371 | 72 | 62 |
| Binary | 1001011 | 110110 | 11001001 | 111111 | 1001001 | 0 | 10101 | 11111001 | 111010 | 110010 |
Color Harmonies of #4B36C9
Complementary color
Monochromatic Colors of #4B36C9
Black with #4B36C9
Text Example
Text Example
White with #4B36C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B36C9; }
p { color: rgb(75,54,201); }
H1.HeaderClassName
{
color: #4B36C9;
}
.AnyTagClassName
{
color: #4B36C9;
}
</style>
background-color css
<style>
a { background-color: #4B36C9; }
a { background-color: rgb(75,54,201); }
div.DivClassName
{
background-color: #4B36C9;
}
.BgClassName
{
background-color: #4B36C9;
}
</style>
border-color css
<style>
span { border-color: #4B36C9; }
span { border-color: rgb(75,54,201); }
td.TdClassName
{
border-color: #4B36C9;
}
.TagClassName
{
border-color: #4B36C9;
}
</style>