Shades of Purple Heart #402BBA
Tints of Purple Heart #402BBA
RGB
CMYK
RGB Variations
Color information
#402BBA (or 0x402BBA) is known color: Purple Heart. HEX triplet: 40, 2B and BA. RGB value is (64,43,186). Sum of RGB (Red+Green+Blue) = 64+43+186=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #402BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BBA is #BFD445. Grayscale: #414141. Windows color (decimal): -12571718 or 12200768. OLE color: 12200768.
HSL color Cylindrical-coordinate representation of color #402BBA: hue angle of 248.81º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402BBA is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 43 | 186 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.27 |
| HSL | 248.81º | 0.62% | 0.45% | - |
| HSV(B) | 248.81º | 0.77% | 0.73% | - |
| XYZ | 11.84 | 6.36 | 47.06 | - |
| YUV | 65.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 186 | 0.66 | 0.77 | 0 | 0.27 | 248.81 | 0.62 | 0.45 |
| Hex | 40 | 2B | BA | 42 | 4D | 0 | 1B | F9 | 3E | 2D |
| Octal | 100 | 53 | 272 | 102 | 115 | 0 | 33 | 371 | 76 | 55 |
| Binary | 1000000 | 101011 | 10111010 | 1000010 | 1001101 | 0 | 11011 | 11111001 | 111110 | 101101 |
Color Harmonies of #402BBA
Complementary color
Monochromatic Colors of #402BBA
Black with #402BBA
Text Example
Text Example
White with #402BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BBA; }
p { color: rgb(64,43,186); }
H1.HeaderClassName
{
color: #402BBA;
}
.AnyTagClassName
{
color: #402BBA;
}
</style>
background-color css
<style>
a { background-color: #402BBA; }
a { background-color: rgb(64,43,186); }
div.DivClassName
{
background-color: #402BBA;
}
.BgClassName
{
background-color: #402BBA;
}
</style>
border-color css
<style>
span { border-color: #402BBA; }
span { border-color: rgb(64,43,186); }
td.TdClassName
{
border-color: #402BBA;
}
.TagClassName
{
border-color: #402BBA;
}
</style>