Shades of Purple Heart #4010B4
Tints of Purple Heart #4010B4
RGB
CMYK
RGB Variations
Color information
#4010B4 (or 0x4010B4) is known color: Purple Heart. HEX triplet: 40, 10 and B4. RGB value is (64,16,180). Sum of RGB (Red+Green+Blue) = 64+16+180=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #4010B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010B4 is #BFEF4B. Grayscale: #303030. Windows color (decimal): -12578636 or 11800640. OLE color: 11800640.
HSL color Cylindrical-coordinate representation of color #4010B4: hue angle of 257.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010B4 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 16 | 180 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.29 |
| HSL | 257.56º | 0.84% | 0.38% | - |
| HSV(B) | 257.56º | 0.91% | 0.71% | - |
| XYZ | 10.54 | 4.76 | 43.54 | - |
| YUV | 49.05 | 201.9 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 180 | 0.64 | 0.91 | 0 | 0.29 | 257.56 | 0.84 | 0.38 |
| Hex | 40 | 10 | B4 | 40 | 5B | 0 | 1D | 102 | 54 | 26 |
| Octal | 100 | 20 | 264 | 100 | 133 | 0 | 35 | 402 | 124 | 46 |
| Binary | 1000000 | 10000 | 10110100 | 1000000 | 1011011 | 0 | 11101 | 100000010 | 1010100 | 100110 |
Color Harmonies of #4010B4
Complementary color
Monochromatic Colors of #4010B4
Black with #4010B4
Text Example
Text Example
White with #4010B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010B4; }
p { color: rgb(64,16,180); }
H1.HeaderClassName
{
color: #4010B4;
}
.AnyTagClassName
{
color: #4010B4;
}
</style>
background-color css
<style>
a { background-color: #4010B4; }
a { background-color: rgb(64,16,180); }
div.DivClassName
{
background-color: #4010B4;
}
.BgClassName
{
background-color: #4010B4;
}
</style>
border-color css
<style>
span { border-color: #4010B4; }
span { border-color: rgb(64,16,180); }
td.TdClassName
{
border-color: #4010B4;
}
.TagClassName
{
border-color: #4010B4;
}
</style>