Shades of Purple Heart #4F36C7
Tints of Purple Heart #4F36C7
RGB
CMYK
RGB Variations
Color information
#4F36C7 (or 0x4F36C7) is known color: Purple Heart. HEX triplet: 4F, 36 and C7. RGB value is (79,54,199). Sum of RGB (Red+Green+Blue) = 79+54+199=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 199 (78.12% from 255 or 59.94% from 332); Max value from RGB is 199 - color contains mainly: blue. Hex color #4F36C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F36C7 is #B0C938. Grayscale: #4D4D4D. Windows color (decimal): -11585849 or 13055567. OLE color: 13055567.
HSL color Cylindrical-coordinate representation of color #4F36C7: hue angle of 250.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F36C7 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 54 | 199 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.22 |
| HSL | 250.34º | 0.57% | 0.5% | - |
| HSV(B) | 250.34º | 0.73% | 0.78% | - |
| XYZ | 14.85 | 8.42 | 54.88 | - |
| YUV | 78.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 199 | 0.60 | 0.73 | 0 | 0.22 | 250.34 | 0.57 | 0.5 |
| Hex | 4F | 36 | C7 | 3C | 49 | 0 | 16 | FA | 39 | 32 |
| Octal | 117 | 66 | 307 | 74 | 111 | 0 | 26 | 372 | 71 | 62 |
| Binary | 1001111 | 110110 | 11000111 | 111100 | 1001001 | 0 | 10110 | 11111010 | 111001 | 110010 |
Color Harmonies of #4F36C7
Complementary color
Monochromatic Colors of #4F36C7
Black with #4F36C7
Text Example
Text Example
White with #4F36C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F36C7; }
p { color: rgb(79,54,199); }
H1.HeaderClassName
{
color: #4F36C7;
}
.AnyTagClassName
{
color: #4F36C7;
}
</style>
background-color css
<style>
a { background-color: #4F36C7; }
a { background-color: rgb(79,54,199); }
div.DivClassName
{
background-color: #4F36C7;
}
.BgClassName
{
background-color: #4F36C7;
}
</style>
border-color css
<style>
span { border-color: #4F36C7; }
span { border-color: rgb(79,54,199); }
td.TdClassName
{
border-color: #4F36C7;
}
.TagClassName
{
border-color: #4F36C7;
}
</style>