Shades of Purple Heart #5229C4
Tints of Purple Heart #5229C4
RGB
CMYK
RGB Variations
Color information
#5229C4 (or 0x5229C4) is known color: Purple Heart. HEX triplet: 52, 29 and C4. RGB value is (82,41,196). Sum of RGB (Red+Green+Blue) = 82+41+196=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 196 (76.95% from 255 or 61.44% from 319); Max value from RGB is 196 - color contains mainly: blue. Hex color #5229C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229C4 is #ADD63B. Grayscale: #464646. Windows color (decimal): -11392572 or 12855634. OLE color: 12855634.
HSL color Cylindrical-coordinate representation of color #5229C4: hue angle of 255.87º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5229C4 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 41 | 196 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.23 |
| HSL | 255.87º | 0.65% | 0.46% | - |
| HSV(B) | 255.87º | 0.79% | 0.77% | - |
| XYZ | 14.24 | 7.37 | 52.9 | - |
| YUV | 70.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 196 | 0.58 | 0.79 | 0 | 0.23 | 255.87 | 0.65 | 0.46 |
| Hex | 52 | 29 | C4 | 3A | 4F | 0 | 17 | 100 | 41 | 2E |
| Octal | 122 | 51 | 304 | 72 | 117 | 0 | 27 | 400 | 101 | 56 |
| Binary | 1010010 | 101001 | 11000100 | 111010 | 1001111 | 0 | 10111 | 100000000 | 1000001 | 101110 |
Color Harmonies of #5229C4
Complementary color
Monochromatic Colors of #5229C4
Black with #5229C4
Text Example
Text Example
White with #5229C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5229C4; }
p { color: rgb(82,41,196); }
H1.HeaderClassName
{
color: #5229C4;
}
.AnyTagClassName
{
color: #5229C4;
}
</style>
background-color css
<style>
a { background-color: #5229C4; }
a { background-color: rgb(82,41,196); }
div.DivClassName
{
background-color: #5229C4;
}
.BgClassName
{
background-color: #5229C4;
}
</style>
border-color css
<style>
span { border-color: #5229C4; }
span { border-color: rgb(82,41,196); }
td.TdClassName
{
border-color: #5229C4;
}
.TagClassName
{
border-color: #5229C4;
}
</style>