Shades of Purple Heart #402CC0
Tints of Purple Heart #402CC0
RGB
CMYK
RGB Variations
Color information
#402CC0 (or 0x402CC0) is known color: Purple Heart. HEX triplet: 40, 2C and C0. RGB value is (64,44,192). Sum of RGB (Red+Green+Blue) = 64+44+192=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #402CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CC0 is #BFD33F. Grayscale: #424242. Windows color (decimal): -12571456 or 12594240. OLE color: 12594240.
HSL color Cylindrical-coordinate representation of color #402CC0: hue angle of 248.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402CC0 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 44 | 192 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.25 |
| HSL | 248.11º | 0.63% | 0.46% | - |
| HSV(B) | 248.11º | 0.77% | 0.75% | - |
| XYZ | 12.53 | 6.7 | 50.5 | - |
| YUV | 66.85 | 198.63 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 192 | 0.67 | 0.77 | 0 | 0.25 | 248.11 | 0.63 | 0.46 |
| Hex | 40 | 2C | C0 | 43 | 4D | 0 | 19 | F8 | 3F | 2E |
| Octal | 100 | 54 | 300 | 103 | 115 | 0 | 31 | 370 | 77 | 56 |
| Binary | 1000000 | 101100 | 11000000 | 1000011 | 1001101 | 0 | 11001 | 11111000 | 111111 | 101110 |
Color Harmonies of #402CC0
Complementary color
Monochromatic Colors of #402CC0
Black with #402CC0
Text Example
Text Example
White with #402CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CC0; }
p { color: rgb(64,44,192); }
H1.HeaderClassName
{
color: #402CC0;
}
.AnyTagClassName
{
color: #402CC0;
}
</style>
background-color css
<style>
a { background-color: #402CC0; }
a { background-color: rgb(64,44,192); }
div.DivClassName
{
background-color: #402CC0;
}
.BgClassName
{
background-color: #402CC0;
}
</style>
border-color css
<style>
span { border-color: #402CC0; }
span { border-color: rgb(64,44,192); }
td.TdClassName
{
border-color: #402CC0;
}
.TagClassName
{
border-color: #402CC0;
}
</style>