Shades of Purple Heart #402BC5
Tints of Purple Heart #402BC5
RGB
CMYK
RGB Variations
Color information
#402BC5 (or 0x402BC5) is known color: Purple Heart. HEX triplet: 40, 2B and C5. RGB value is (64,43,197). Sum of RGB (Red+Green+Blue) = 64+43+197=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #402BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BC5 is #BFD43A. Grayscale: #424242. Windows color (decimal): -12571707 or 12921664. OLE color: 12921664.
HSL color Cylindrical-coordinate representation of color #402BC5: hue angle of 248.18º degrees, saturation: 0.64, 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 #402BC5 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 43 | 197 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.23 |
| HSL | 248.18º | 0.64% | 0.47% | - |
| HSV(B) | 248.18º | 0.78% | 0.77% | - |
| XYZ | 13.06 | 6.85 | 53.46 | - |
| YUV | 66.84 | 201.46 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 197 | 0.68 | 0.78 | 0 | 0.23 | 248.18 | 0.64 | 0.47 |
| Hex | 40 | 2B | C5 | 44 | 4E | 0 | 17 | F8 | 40 | 2F |
| Octal | 100 | 53 | 305 | 104 | 116 | 0 | 27 | 370 | 100 | 57 |
| Binary | 1000000 | 101011 | 11000101 | 1000100 | 1001110 | 0 | 10111 | 11111000 | 1000000 | 101111 |
Color Harmonies of #402BC5
Complementary color
Monochromatic Colors of #402BC5
Black with #402BC5
Text Example
Text Example
White with #402BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BC5; }
p { color: rgb(64,43,197); }
H1.HeaderClassName
{
color: #402BC5;
}
.AnyTagClassName
{
color: #402BC5;
}
</style>
background-color css
<style>
a { background-color: #402BC5; }
a { background-color: rgb(64,43,197); }
div.DivClassName
{
background-color: #402BC5;
}
.BgClassName
{
background-color: #402BC5;
}
</style>
border-color css
<style>
span { border-color: #402BC5; }
span { border-color: rgb(64,43,197); }
td.TdClassName
{
border-color: #402BC5;
}
.TagClassName
{
border-color: #402BC5;
}
</style>