Shades of Purple Heart #4F18AC
Tints of Purple Heart #4F18AC
RGB
CMYK
RGB Variations
Color information
#4F18AC (or 0x4F18AC) is known color: Purple Heart. HEX triplet: 4F, 18 and AC. RGB value is (79,24,172). Sum of RGB (Red+Green+Blue) = 79+24+172=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F18AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F18AC is #B0E753. Grayscale: #383838. Windows color (decimal): -11593556 or 11278415. OLE color: 11278415.
HSL color Cylindrical-coordinate representation of color #4F18AC: hue angle of 262.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F18AC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 24 | 172 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.33 |
| HSL | 262.3º | 0.76% | 0.38% | - |
| HSV(B) | 262.3º | 0.86% | 0.67% | - |
| XYZ | 11 | 5.29 | 39.47 | - |
| YUV | 57.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 172 | 0.54 | 0.86 | 0 | 0.33 | 262.3 | 0.76 | 0.38 |
| Hex | 4F | 18 | AC | 36 | 56 | 0 | 21 | 106 | 4C | 26 |
| Octal | 117 | 30 | 254 | 66 | 126 | 0 | 41 | 406 | 114 | 46 |
| Binary | 1001111 | 11000 | 10101100 | 110110 | 1010110 | 0 | 100001 | 100000110 | 1001100 | 100110 |
Color Harmonies of #4F18AC
Complementary color
Monochromatic Colors of #4F18AC
Black with #4F18AC
Text Example
Text Example
White with #4F18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F18AC; }
p { color: rgb(79,24,172); }
H1.HeaderClassName
{
color: #4F18AC;
}
.AnyTagClassName
{
color: #4F18AC;
}
</style>
background-color css
<style>
a { background-color: #4F18AC; }
a { background-color: rgb(79,24,172); }
div.DivClassName
{
background-color: #4F18AC;
}
.BgClassName
{
background-color: #4F18AC;
}
</style>
border-color css
<style>
span { border-color: #4F18AC; }
span { border-color: rgb(79,24,172); }
td.TdClassName
{
border-color: #4F18AC;
}
.TagClassName
{
border-color: #4F18AC;
}
</style>