Shades of Purple Heart #402DBA
Tints of Purple Heart #402DBA
RGB
CMYK
RGB Variations
Color information
#402DBA (or 0x402DBA) is known color: Purple Heart. HEX triplet: 40, 2D and BA. RGB value is (64,45,186). Sum of RGB (Red+Green+Blue) = 64+45+186=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #402DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DBA is #BFD245. Grayscale: #424242. Windows color (decimal): -12571206 or 12201280. OLE color: 12201280.
HSL color Cylindrical-coordinate representation of color #402DBA: hue angle of 248.09º degrees, saturation: 0.61, 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 #402DBA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 45 | 186 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.27 |
| HSL | 248.09º | 0.61% | 0.45% | - |
| HSV(B) | 248.09º | 0.76% | 0.73% | - |
| XYZ | 11.92 | 6.51 | 47.08 | - |
| YUV | 66.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 186 | 0.66 | 0.76 | 0 | 0.27 | 248.09 | 0.61 | 0.45 |
| Hex | 40 | 2D | BA | 42 | 4C | 0 | 1B | F8 | 3D | 2D |
| Octal | 100 | 55 | 272 | 102 | 114 | 0 | 33 | 370 | 75 | 55 |
| Binary | 1000000 | 101101 | 10111010 | 1000010 | 1001100 | 0 | 11011 | 11111000 | 111101 | 101101 |
Color Harmonies of #402DBA
Complementary color
Monochromatic Colors of #402DBA
Black with #402DBA
Text Example
Text Example
White with #402DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DBA; }
p { color: rgb(64,45,186); }
H1.HeaderClassName
{
color: #402DBA;
}
.AnyTagClassName
{
color: #402DBA;
}
</style>
background-color css
<style>
a { background-color: #402DBA; }
a { background-color: rgb(64,45,186); }
div.DivClassName
{
background-color: #402DBA;
}
.BgClassName
{
background-color: #402DBA;
}
</style>
border-color css
<style>
span { border-color: #402DBA; }
span { border-color: rgb(64,45,186); }
td.TdClassName
{
border-color: #402DBA;
}
.TagClassName
{
border-color: #402DBA;
}
</style>