Shades of Purple Heart #4013BE
Tints of Purple Heart #4013BE
RGB
CMYK
RGB Variations
Color information
#4013BE (or 0x4013BE) is known color: Purple Heart. HEX triplet: 40, 13 and BE. RGB value is (64,19,190). Sum of RGB (Red+Green+Blue) = 64+19+190=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #4013BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013BE is #BFEC41. Grayscale: #333333. Windows color (decimal): -12577858 or 12456768. OLE color: 12456768.
HSL color Cylindrical-coordinate representation of color #4013BE: hue angle of 255.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4013BE is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 19 | 190 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.25 |
| HSL | 255.79º | 0.82% | 0.41% | - |
| HSV(B) | 255.79º | 0.9% | 0.75% | - |
| XYZ | 11.64 | 5.27 | 49.12 | - |
| YUV | 51.95 | 205.91 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 190 | 0.66 | 0.90 | 0 | 0.25 | 255.79 | 0.82 | 0.41 |
| Hex | 40 | 13 | BE | 42 | 5A | 0 | 19 | 100 | 52 | 29 |
| Octal | 100 | 23 | 276 | 102 | 132 | 0 | 31 | 400 | 122 | 51 |
| Binary | 1000000 | 10011 | 10111110 | 1000010 | 1011010 | 0 | 11001 | 100000000 | 1010010 | 101001 |
Color Harmonies of #4013BE
Complementary color
Monochromatic Colors of #4013BE
Black with #4013BE
Text Example
Text Example
White with #4013BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4013BE; }
p { color: rgb(64,19,190); }
H1.HeaderClassName
{
color: #4013BE;
}
.AnyTagClassName
{
color: #4013BE;
}
</style>
background-color css
<style>
a { background-color: #4013BE; }
a { background-color: rgb(64,19,190); }
div.DivClassName
{
background-color: #4013BE;
}
.BgClassName
{
background-color: #4013BE;
}
</style>
border-color css
<style>
span { border-color: #4013BE; }
span { border-color: rgb(64,19,190); }
td.TdClassName
{
border-color: #4013BE;
}
.TagClassName
{
border-color: #4013BE;
}
</style>