Shades of Purple Heart #4010BC
Tints of Purple Heart #4010BC
RGB
CMYK
RGB Variations
Color information
#4010BC (or 0x4010BC) is known color: Purple Heart. HEX triplet: 40, 10 and BC. RGB value is (64,16,188). Sum of RGB (Red+Green+Blue) = 64+16+188=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #4010BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010BC is #BFEF43. Grayscale: #313131. Windows color (decimal): -12578628 or 12324928. OLE color: 12324928.
HSL color Cylindrical-coordinate representation of color #4010BC: hue angle of 256.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010BC is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 16 | 188 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.26 |
| HSL | 256.74º | 0.84% | 0.4% | - |
| HSV(B) | 256.74º | 0.91% | 0.74% | - |
| XYZ | 11.38 | 5.09 | 47.96 | - |
| YUV | 49.96 | 205.9 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 188 | 0.66 | 0.91 | 0 | 0.26 | 256.74 | 0.84 | 0.4 |
| Hex | 40 | 10 | BC | 42 | 5B | 0 | 1A | 101 | 54 | 28 |
| Octal | 100 | 20 | 274 | 102 | 133 | 0 | 32 | 401 | 124 | 50 |
| Binary | 1000000 | 10000 | 10111100 | 1000010 | 1011011 | 0 | 11010 | 100000001 | 1010100 | 101000 |
Color Harmonies of #4010BC
Complementary color
Monochromatic Colors of #4010BC
Black with #4010BC
Text Example
Text Example
White with #4010BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010BC; }
p { color: rgb(64,16,188); }
H1.HeaderClassName
{
color: #4010BC;
}
.AnyTagClassName
{
color: #4010BC;
}
</style>
background-color css
<style>
a { background-color: #4010BC; }
a { background-color: rgb(64,16,188); }
div.DivClassName
{
background-color: #4010BC;
}
.BgClassName
{
background-color: #4010BC;
}
</style>
border-color css
<style>
span { border-color: #4010BC; }
span { border-color: rgb(64,16,188); }
td.TdClassName
{
border-color: #4010BC;
}
.TagClassName
{
border-color: #4010BC;
}
</style>