Shades of Purple Heart #4014B3
Tints of Purple Heart #4014B3
RGB
CMYK
RGB Variations
Color information
#4014B3 (or 0x4014B3) is known color: Purple Heart. HEX triplet: 40, 14 and B3. RGB value is (64,20,179). Sum of RGB (Red+Green+Blue) = 64+20+179=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #4014B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4014B3 is #BFEB4C. Grayscale: #323232. Windows color (decimal): -12577613 or 11736128. OLE color: 11736128.
HSL color Cylindrical-coordinate representation of color #4014B3: hue angle of 256.6º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4014B3 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 20 | 179 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.30 |
| HSL | 256.6º | 0.8% | 0.39% | - |
| HSV(B) | 256.6º | 0.89% | 0.7% | - |
| XYZ | 10.5 | 4.84 | 43.03 | - |
| YUV | 51.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 179 | 0.64 | 0.89 | 0 | 0.30 | 256.6 | 0.8 | 0.39 |
| Hex | 40 | 14 | B3 | 40 | 59 | 0 | 1E | 101 | 50 | 27 |
| Octal | 100 | 24 | 263 | 100 | 131 | 0 | 36 | 401 | 120 | 47 |
| Binary | 1000000 | 10100 | 10110011 | 1000000 | 1011001 | 0 | 11110 | 100000001 | 1010000 | 100111 |
Color Harmonies of #4014B3
Complementary color
Monochromatic Colors of #4014B3
Black with #4014B3
Text Example
Text Example
White with #4014B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4014B3; }
p { color: rgb(64,20,179); }
H1.HeaderClassName
{
color: #4014B3;
}
.AnyTagClassName
{
color: #4014B3;
}
</style>
background-color css
<style>
a { background-color: #4014B3; }
a { background-color: rgb(64,20,179); }
div.DivClassName
{
background-color: #4014B3;
}
.BgClassName
{
background-color: #4014B3;
}
</style>
border-color css
<style>
span { border-color: #4014B3; }
span { border-color: rgb(64,20,179); }
td.TdClassName
{
border-color: #4014B3;
}
.TagClassName
{
border-color: #4014B3;
}
</style>