Shades of Purple Heart #4F05C5
Tints of Purple Heart #4F05C5
RGB
CMYK
RGB Variations
Color information
#4F05C5 (or 0x4F05C5) is known color: Purple Heart. HEX triplet: 4F, 05 and C5. RGB value is (79,5,197). Sum of RGB (Red+Green+Blue) = 79+5+197=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 197 (77.34% from 255 or 70.11% from 281); Max value from RGB is 197 - color contains mainly: blue. Hex color #4F05C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F05C5 is #B0FA3A. Grayscale: #303030. Windows color (decimal): -11598395 or 12911951. OLE color: 12911951.
HSL color Cylindrical-coordinate representation of color #4F05C5: hue angle of 263.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F05C5 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 5 | 197 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.23 |
| HSL | 263.13º | 0.95% | 0.4% | - |
| HSV(B) | 263.13º | 0.97% | 0.77% | - |
| XYZ | 13.36 | 5.8 | 53.24 | - |
| YUV | 49.01 | 211.52 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 197 | 0.60 | 0.97 | 0 | 0.23 | 263.13 | 0.95 | 0.4 |
| Hex | 4F | 5 | C5 | 3C | 61 | 0 | 17 | 107 | 5F | 28 |
| Octal | 117 | 5 | 305 | 74 | 141 | 0 | 27 | 407 | 137 | 50 |
| Binary | 1001111 | 101 | 11000101 | 111100 | 1100001 | 0 | 10111 | 100000111 | 1011111 | 101000 |
Color Harmonies of #4F05C5
Complementary color
Monochromatic Colors of #4F05C5
Black with #4F05C5
Text Example
Text Example
White with #4F05C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F05C5; }
p { color: rgb(79,5,197); }
H1.HeaderClassName
{
color: #4F05C5;
}
.AnyTagClassName
{
color: #4F05C5;
}
</style>
background-color css
<style>
a { background-color: #4F05C5; }
a { background-color: rgb(79,5,197); }
div.DivClassName
{
background-color: #4F05C5;
}
.BgClassName
{
background-color: #4F05C5;
}
</style>
border-color css
<style>
span { border-color: #4F05C5; }
span { border-color: rgb(79,5,197); }
td.TdClassName
{
border-color: #4F05C5;
}
.TagClassName
{
border-color: #4F05C5;
}
</style>