Shades of Purple Heart #4029C5
Tints of Purple Heart #4029C5
RGB
CMYK
RGB Variations
Color information
#4029C5 (or 0x4029C5) is known color: Purple Heart. HEX triplet: 40, 29 and C5. RGB value is (64,41,197). Sum of RGB (Red+Green+Blue) = 64+41+197=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 197 (77.34% from 255 or 65.23% from 302); Max value from RGB is 197 - color contains mainly: blue. Hex color #4029C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029C5 is #BFD63A. Grayscale: #414141. Windows color (decimal): -12572219 or 12921152. OLE color: 12921152.
HSL color Cylindrical-coordinate representation of color #4029C5: hue angle of 248.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4029C5 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 41 | 197 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.23 |
| HSL | 248.85º | 0.66% | 0.47% | - |
| HSV(B) | 248.85º | 0.79% | 0.77% | - |
| XYZ | 12.99 | 6.71 | 53.43 | - |
| YUV | 65.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 197 | 0.68 | 0.79 | 0 | 0.23 | 248.85 | 0.66 | 0.47 |
| Hex | 40 | 29 | C5 | 44 | 4F | 0 | 17 | F9 | 42 | 2F |
| Octal | 100 | 51 | 305 | 104 | 117 | 0 | 27 | 371 | 102 | 57 |
| Binary | 1000000 | 101001 | 11000101 | 1000100 | 1001111 | 0 | 10111 | 11111001 | 1000010 | 101111 |
Color Harmonies of #4029C5
Complementary color
Monochromatic Colors of #4029C5
Black with #4029C5
Text Example
Text Example
White with #4029C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029C5; }
p { color: rgb(64,41,197); }
H1.HeaderClassName
{
color: #4029C5;
}
.AnyTagClassName
{
color: #4029C5;
}
</style>
background-color css
<style>
a { background-color: #4029C5; }
a { background-color: rgb(64,41,197); }
div.DivClassName
{
background-color: #4029C5;
}
.BgClassName
{
background-color: #4029C5;
}
</style>
border-color css
<style>
span { border-color: #4029C5; }
span { border-color: rgb(64,41,197); }
td.TdClassName
{
border-color: #4029C5;
}
.TagClassName
{
border-color: #4029C5;
}
</style>