Shades of Purple Heart #402DC9
Tints of Purple Heart #402DC9
RGB
CMYK
RGB Variations
Color information
#402DC9 (or 0x402DC9) is known color: Purple Heart. HEX triplet: 40, 2D and C9. RGB value is (64,45,201). Sum of RGB (Red+Green+Blue) = 64+45+201=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #402DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DC9 is #BFD236. Grayscale: #434343. Windows color (decimal): -12571191 or 13184320. OLE color: 13184320.
HSL color Cylindrical-coordinate representation of color #402DC9: hue angle of 247.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402DC9 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 45 | 201 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.21 |
| HSL | 247.31º | 0.63% | 0.48% | - |
| HSV(B) | 247.31º | 0.78% | 0.79% | - |
| XYZ | 13.6 | 7.18 | 55.93 | - |
| YUV | 68.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 201 | 0.68 | 0.78 | 0 | 0.21 | 247.31 | 0.63 | 0.48 |
| Hex | 40 | 2D | C9 | 44 | 4E | 0 | 15 | F7 | 3F | 30 |
| Octal | 100 | 55 | 311 | 104 | 116 | 0 | 25 | 367 | 77 | 60 |
| Binary | 1000000 | 101101 | 11001001 | 1000100 | 1001110 | 0 | 10101 | 11110111 | 111111 | 110000 |
Color Harmonies of #402DC9
Complementary color
Monochromatic Colors of #402DC9
Black with #402DC9
Text Example
Text Example
White with #402DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DC9; }
p { color: rgb(64,45,201); }
H1.HeaderClassName
{
color: #402DC9;
}
.AnyTagClassName
{
color: #402DC9;
}
</style>
background-color css
<style>
a { background-color: #402DC9; }
a { background-color: rgb(64,45,201); }
div.DivClassName
{
background-color: #402DC9;
}
.BgClassName
{
background-color: #402DC9;
}
</style>
border-color css
<style>
span { border-color: #402DC9; }
span { border-color: rgb(64,45,201); }
td.TdClassName
{
border-color: #402DC9;
}
.TagClassName
{
border-color: #402DC9;
}
</style>