Shades of Purple Heart #5205C4
Tints of Purple Heart #5205C4
RGB
CMYK
RGB Variations
Color information
#5205C4 (or 0x5205C4) is known color: Purple Heart. HEX triplet: 52, 05 and C4. RGB value is (82,5,196). Sum of RGB (Red+Green+Blue) = 82+5+196=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #5205C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205C4 is #ADFA3B. Grayscale: #313131. Windows color (decimal): -11401788 or 12846418. OLE color: 12846418.
HSL color Cylindrical-coordinate representation of color #5205C4: hue angle of 264.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5205C4 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 5 | 196 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.23 |
| HSL | 264.19º | 0.95% | 0.39% | - |
| HSV(B) | 264.19º | 0.97% | 0.77% | - |
| XYZ | 13.5 | 5.89 | 52.65 | - |
| YUV | 49.8 | 210.51 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 196 | 0.58 | 0.97 | 0 | 0.23 | 264.19 | 0.95 | 0.39 |
| Hex | 52 | 5 | C4 | 3A | 61 | 0 | 17 | 108 | 5F | 27 |
| Octal | 122 | 5 | 304 | 72 | 141 | 0 | 27 | 410 | 137 | 47 |
| Binary | 1010010 | 101 | 11000100 | 111010 | 1100001 | 0 | 10111 | 100001000 | 1011111 | 100111 |
Color Harmonies of #5205C4
Complementary color
Monochromatic Colors of #5205C4
Black with #5205C4
Text Example
Text Example
White with #5205C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205C4; }
p { color: rgb(82,5,196); }
H1.HeaderClassName
{
color: #5205C4;
}
.AnyTagClassName
{
color: #5205C4;
}
</style>
background-color css
<style>
a { background-color: #5205C4; }
a { background-color: rgb(82,5,196); }
div.DivClassName
{
background-color: #5205C4;
}
.BgClassName
{
background-color: #5205C4;
}
</style>
border-color css
<style>
span { border-color: #5205C4; }
span { border-color: rgb(82,5,196); }
td.TdClassName
{
border-color: #5205C4;
}
.TagClassName
{
border-color: #5205C4;
}
</style>