Shades of Purple Heart #4F1ACE
Tints of Purple Heart #4F1ACE
RGB
CMYK
RGB Variations
Color information
#4F1ACE (or 0x4F1ACE) is known color: Purple Heart. HEX triplet: 4F, 1A and CE. RGB value is (79,26,206). Sum of RGB (Red+Green+Blue) = 79+26+206=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F1ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1ACE is #B0E531. Grayscale: #3D3D3D. Windows color (decimal): -11593010 or 13507151. OLE color: 13507151.
HSL color Cylindrical-coordinate representation of color #4F1ACE: hue angle of 257.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1ACE is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 26 | 206 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.19 |
| HSL | 257.67º | 0.78% | 0.45% | - |
| HSV(B) | 257.67º | 0.87% | 0.81% | - |
| XYZ | 14.73 | 6.86 | 58.94 | - |
| YUV | 62.37 | 209.06 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 206 | 0.62 | 0.87 | 0 | 0.19 | 257.67 | 0.78 | 0.45 |
| Hex | 4F | 1A | CE | 3E | 57 | 0 | 13 | 102 | 4E | 2D |
| Octal | 117 | 32 | 316 | 76 | 127 | 0 | 23 | 402 | 116 | 55 |
| Binary | 1001111 | 11010 | 11001110 | 111110 | 1010111 | 0 | 10011 | 100000010 | 1001110 | 101101 |
Color Harmonies of #4F1ACE
Complementary color
Monochromatic Colors of #4F1ACE
Black with #4F1ACE
Text Example
Text Example
White with #4F1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1ACE; }
p { color: rgb(79,26,206); }
H1.HeaderClassName
{
color: #4F1ACE;
}
.AnyTagClassName
{
color: #4F1ACE;
}
</style>
background-color css
<style>
a { background-color: #4F1ACE; }
a { background-color: rgb(79,26,206); }
div.DivClassName
{
background-color: #4F1ACE;
}
.BgClassName
{
background-color: #4F1ACE;
}
</style>
border-color css
<style>
span { border-color: #4F1ACE; }
span { border-color: rgb(79,26,206); }
td.TdClassName
{
border-color: #4F1ACE;
}
.TagClassName
{
border-color: #4F1ACE;
}
</style>