Shades of Purple Heart #402CBB
Tints of Purple Heart #402CBB
RGB
CMYK
RGB Variations
Color information
#402CBB (or 0x402CBB) is known color: Purple Heart. HEX triplet: 40, 2C and BB. RGB value is (64,44,187). Sum of RGB (Red+Green+Blue) = 64+44+187=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #402CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CBB is #BFD344. Grayscale: #414141. Windows color (decimal): -12571461 or 12266560. OLE color: 12266560.
HSL color Cylindrical-coordinate representation of color #402CBB: hue angle of 248.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402CBB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 44 | 187 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.27 |
| HSL | 248.39º | 0.62% | 0.45% | - |
| HSV(B) | 248.39º | 0.76% | 0.73% | - |
| XYZ | 11.98 | 6.48 | 47.63 | - |
| YUV | 66.28 | 196.13 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 187 | 0.66 | 0.76 | 0 | 0.27 | 248.39 | 0.62 | 0.45 |
| Hex | 40 | 2C | BB | 42 | 4C | 0 | 1B | F8 | 3E | 2D |
| Octal | 100 | 54 | 273 | 102 | 114 | 0 | 33 | 370 | 76 | 55 |
| Binary | 1000000 | 101100 | 10111011 | 1000010 | 1001100 | 0 | 11011 | 11111000 | 111110 | 101101 |
Color Harmonies of #402CBB
Complementary color
Monochromatic Colors of #402CBB
Black with #402CBB
Text Example
Text Example
White with #402CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CBB; }
p { color: rgb(64,44,187); }
H1.HeaderClassName
{
color: #402CBB;
}
.AnyTagClassName
{
color: #402CBB;
}
</style>
background-color css
<style>
a { background-color: #402CBB; }
a { background-color: rgb(64,44,187); }
div.DivClassName
{
background-color: #402CBB;
}
.BgClassName
{
background-color: #402CBB;
}
</style>
border-color css
<style>
span { border-color: #402CBB; }
span { border-color: rgb(64,44,187); }
td.TdClassName
{
border-color: #402CBB;
}
.TagClassName
{
border-color: #402CBB;
}
</style>