Shades of Purple Heart #400BCA
Tints of Purple Heart #400BCA
RGB
CMYK
RGB Variations
Color information
#400BCA (or 0x400BCA) is known color: Purple Heart. HEX triplet: 40, 0B and CA. RGB value is (64,11,202). Sum of RGB (Red+Green+Blue) = 64+11+202=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #400BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BCA is #BFF435. Grayscale: #2F2F2F. Windows color (decimal): -12579894 or 13241152. OLE color: 13241152.
HSL color Cylindrical-coordinate representation of color #400BCA: hue angle of 256.65º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BCA is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 11 | 202 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.21 |
| HSL | 256.65º | 0.9% | 0.42% | - |
| HSV(B) | 256.65º | 0.95% | 0.79% | - |
| XYZ | 12.89 | 5.59 | 56.28 | - |
| YUV | 48.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 202 | 0.68 | 0.95 | 0 | 0.21 | 256.65 | 0.9 | 0.42 |
| Hex | 40 | B | CA | 44 | 5F | 0 | 15 | 101 | 5A | 2A |
| Octal | 100 | 13 | 312 | 104 | 137 | 0 | 25 | 401 | 132 | 52 |
| Binary | 1000000 | 1011 | 11001010 | 1000100 | 1011111 | 0 | 10101 | 100000001 | 1011010 | 101010 |
Color Harmonies of #400BCA
Complementary color
Monochromatic Colors of #400BCA
Black with #400BCA
Text Example
Text Example
White with #400BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BCA; }
p { color: rgb(64,11,202); }
H1.HeaderClassName
{
color: #400BCA;
}
.AnyTagClassName
{
color: #400BCA;
}
</style>
background-color css
<style>
a { background-color: #400BCA; }
a { background-color: rgb(64,11,202); }
div.DivClassName
{
background-color: #400BCA;
}
.BgClassName
{
background-color: #400BCA;
}
</style>
border-color css
<style>
span { border-color: #400BCA; }
span { border-color: rgb(64,11,202); }
td.TdClassName
{
border-color: #400BCA;
}
.TagClassName
{
border-color: #400BCA;
}
</style>