Shades of Purple Heart #402CC5
Tints of Purple Heart #402CC5
RGB
CMYK
RGB Variations
Color information
#402CC5 (or 0x402CC5) is known color: Purple Heart. HEX triplet: 40, 2C and C5. RGB value is (64,44,197). Sum of RGB (Red+Green+Blue) = 64+44+197=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #402CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CC5 is #BFD33A. Grayscale: #424242. Windows color (decimal): -12571451 or 12921920. OLE color: 12921920.
HSL color Cylindrical-coordinate representation of color #402CC5: hue angle of 247.84º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402CC5 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 44 | 197 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.23 |
| HSL | 247.84º | 0.63% | 0.47% | - |
| HSV(B) | 247.84º | 0.78% | 0.77% | - |
| XYZ | 13.09 | 6.92 | 53.47 | - |
| YUV | 67.42 | 201.13 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 197 | 0.68 | 0.78 | 0 | 0.23 | 247.84 | 0.63 | 0.47 |
| Hex | 40 | 2C | C5 | 44 | 4E | 0 | 17 | F8 | 3F | 2F |
| Octal | 100 | 54 | 305 | 104 | 116 | 0 | 27 | 370 | 77 | 57 |
| Binary | 1000000 | 101100 | 11000101 | 1000100 | 1001110 | 0 | 10111 | 11111000 | 111111 | 101111 |
Color Harmonies of #402CC5
Complementary color
Monochromatic Colors of #402CC5
Black with #402CC5
Text Example
Text Example
White with #402CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CC5; }
p { color: rgb(64,44,197); }
H1.HeaderClassName
{
color: #402CC5;
}
.AnyTagClassName
{
color: #402CC5;
}
</style>
background-color css
<style>
a { background-color: #402CC5; }
a { background-color: rgb(64,44,197); }
div.DivClassName
{
background-color: #402CC5;
}
.BgClassName
{
background-color: #402CC5;
}
</style>
border-color css
<style>
span { border-color: #402CC5; }
span { border-color: rgb(64,44,197); }
td.TdClassName
{
border-color: #402CC5;
}
.TagClassName
{
border-color: #402CC5;
}
</style>