Shades of Purple Heart #4004B7
Tints of Purple Heart #4004B7
RGB
CMYK
RGB Variations
Color information
#4004B7 (or 0x4004B7) is known color: Purple Heart. HEX triplet: 40, 04 and B7. RGB value is (64,4,183). Sum of RGB (Red+Green+Blue) = 64+4+183=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 183 (71.88% from 255 or 72.91% from 251); Max value from RGB is 183 - color contains mainly: blue. Hex color #4004B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4004B7 is #BFFB48. Grayscale: #292929. Windows color (decimal): -12581705 or 11994176. OLE color: 11994176.
HSL color Cylindrical-coordinate representation of color #4004B7: hue angle of 260.11º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004B7 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 4 | 183 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.28 |
| HSL | 260.11º | 0.96% | 0.37% | - |
| HSV(B) | 260.11º | 0.98% | 0.72% | - |
| XYZ | 10.71 | 4.6 | 45.12 | - |
| YUV | 42.35 | 207.38 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 183 | 0.65 | 0.98 | 0 | 0.28 | 260.11 | 0.96 | 0.37 |
| Hex | 40 | 4 | B7 | 41 | 62 | 0 | 1C | 104 | 60 | 25 |
| Octal | 100 | 4 | 267 | 101 | 142 | 0 | 34 | 404 | 140 | 45 |
| Binary | 1000000 | 100 | 10110111 | 1000001 | 1100010 | 0 | 11100 | 100000100 | 1100000 | 100101 |
Color Harmonies of #4004B7
Complementary color
Monochromatic Colors of #4004B7
Black with #4004B7
Text Example
Text Example
White with #4004B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004B7; }
p { color: rgb(64,4,183); }
H1.HeaderClassName
{
color: #4004B7;
}
.AnyTagClassName
{
color: #4004B7;
}
</style>
background-color css
<style>
a { background-color: #4004B7; }
a { background-color: rgb(64,4,183); }
div.DivClassName
{
background-color: #4004B7;
}
.BgClassName
{
background-color: #4004B7;
}
</style>
border-color css
<style>
span { border-color: #4004B7; }
span { border-color: rgb(64,4,183); }
td.TdClassName
{
border-color: #4004B7;
}
.TagClassName
{
border-color: #4004B7;
}
</style>