Shades of Purple Heart #4F2BAD
Tints of Purple Heart #4F2BAD
RGB
CMYK
RGB Variations
Color information
#4F2BAD (or 0x4F2BAD) is known color: Purple Heart. HEX triplet: 4F, 2B and AD. RGB value is (79,43,173). Sum of RGB (Red+Green+Blue) = 79+43+173=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2BAD is #B0D452. Grayscale: #444444. Windows color (decimal): -11588691 or 11348815. OLE color: 11348815.
HSL color Cylindrical-coordinate representation of color #4F2BAD: hue angle of 256.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2BAD is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 79 | 43 | 173 | - |
CMYK | 0.54 | 0.75 | 0 | 0.32 |
HSL | 256.62º | 0.6% | 0.42% | - |
HSV(B) | 256.62º | 0.75% | 0.68% | - |
XYZ | 11.63 | 6.41 | 40.16 | - |
YUV | 68.58 | 186.93 | 135.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 43 | 173 | 0.54 | 0.75 | 0 | 0.32 | 256.62 | 0.6 | 0.42 |
Hex | 4F | 2B | AD | 36 | 4B | 0 | 20 | 101 | 3C | 2A |
Octal | 117 | 53 | 255 | 66 | 113 | 0 | 40 | 401 | 74 | 52 |
Binary | 1001111 | 101011 | 10101101 | 110110 | 1001011 | 0 | 100000 | 100000001 | 111100 | 101010 |
Color Harmonies of #4F2BAD
Complementary color
Monochromatic Colors of #4F2BAD
Black with #4F2BAD
Text Example
Text Example
White with #4F2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BAD; }
p { color: rgb(79,43,173); }
H1.HeaderClassName
{
color: #4F2BAD;
}
.AnyTagClassName
{
color: #4F2BAD;
}
</style>
background-color css
<style>
a { background-color: #4F2BAD; }
a { background-color: rgb(79,43,173); }
div.DivClassName
{
background-color: #4F2BAD;
}
.BgClassName
{
background-color: #4F2BAD;
}
</style>
border-color css
<style>
span { border-color: #4F2BAD; }
span { border-color: rgb(79,43,173); }
td.TdClassName
{
border-color: #4F2BAD;
}
.TagClassName
{
border-color: #4F2BAD;
}
</style>