Shades of Purple Heart #4031BD
Tints of Purple Heart #4031BD
RGB
CMYK
RGB Variations
Color information
#4031BD (or 0x4031BD) is known color: Purple Heart. HEX triplet: 40, 31 and BD. RGB value is (64,49,189). Sum of RGB (Red+Green+Blue) = 64+49+189=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #4031BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031BD is #BFCE42. Grayscale: #444444. Windows color (decimal): -12570179 or 12398912. OLE color: 12398912.
HSL color Cylindrical-coordinate representation of color #4031BD: hue angle of 246.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4031BD is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 49 | 189 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.26 |
| HSL | 246.43º | 0.59% | 0.47% | - |
| HSV(B) | 246.43º | 0.74% | 0.74% | - |
| XYZ | 12.4 | 6.96 | 48.83 | - |
| YUV | 69.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 189 | 0.66 | 0.74 | 0 | 0.26 | 246.43 | 0.59 | 0.47 |
| Hex | 40 | 31 | BD | 42 | 4A | 0 | 1A | F6 | 3B | 2F |
| Octal | 100 | 61 | 275 | 102 | 112 | 0 | 32 | 366 | 73 | 57 |
| Binary | 1000000 | 110001 | 10111101 | 1000010 | 1001010 | 0 | 11010 | 11110110 | 111011 | 101111 |
Color Harmonies of #4031BD
Complementary color
Monochromatic Colors of #4031BD
Black with #4031BD
Text Example
Text Example
White with #4031BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031BD; }
p { color: rgb(64,49,189); }
H1.HeaderClassName
{
color: #4031BD;
}
.AnyTagClassName
{
color: #4031BD;
}
</style>
background-color css
<style>
a { background-color: #4031BD; }
a { background-color: rgb(64,49,189); }
div.DivClassName
{
background-color: #4031BD;
}
.BgClassName
{
background-color: #4031BD;
}
</style>
border-color css
<style>
span { border-color: #4031BD; }
span { border-color: rgb(64,49,189); }
td.TdClassName
{
border-color: #4031BD;
}
.TagClassName
{
border-color: #4031BD;
}
</style>