Shades of Purple Heart #402CC1
Tints of Purple Heart #402CC1
RGB
CMYK
RGB Variations
Color information
#402CC1 (or 0x402CC1) is known color: Purple Heart. HEX triplet: 40, 2C and C1. RGB value is (64,44,193). Sum of RGB (Red+Green+Blue) = 64+44+193=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #402CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CC1 is #BFD33E. Grayscale: #424242. Windows color (decimal): -12571455 or 12659776. OLE color: 12659776.
HSL color Cylindrical-coordinate representation of color #402CC1: hue angle of 248.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402CC1 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 44 | 193 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.24 |
| HSL | 248.05º | 0.63% | 0.46% | - |
| HSV(B) | 248.05º | 0.77% | 0.76% | - |
| XYZ | 12.64 | 6.74 | 51.09 | - |
| YUV | 66.97 | 199.13 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 193 | 0.67 | 0.77 | 0 | 0.24 | 248.05 | 0.63 | 0.46 |
| Hex | 40 | 2C | C1 | 43 | 4D | 0 | 18 | F8 | 3F | 2E |
| Octal | 100 | 54 | 301 | 103 | 115 | 0 | 30 | 370 | 77 | 56 |
| Binary | 1000000 | 101100 | 11000001 | 1000011 | 1001101 | 0 | 11000 | 11111000 | 111111 | 101110 |
Color Harmonies of #402CC1
Complementary color
Monochromatic Colors of #402CC1
Black with #402CC1
Text Example
Text Example
White with #402CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CC1; }
p { color: rgb(64,44,193); }
H1.HeaderClassName
{
color: #402CC1;
}
.AnyTagClassName
{
color: #402CC1;
}
</style>
background-color css
<style>
a { background-color: #402CC1; }
a { background-color: rgb(64,44,193); }
div.DivClassName
{
background-color: #402CC1;
}
.BgClassName
{
background-color: #402CC1;
}
</style>
border-color css
<style>
span { border-color: #402CC1; }
span { border-color: rgb(64,44,193); }
td.TdClassName
{
border-color: #402CC1;
}
.TagClassName
{
border-color: #402CC1;
}
</style>