Shades of Purple Heart #5211C3
Tints of Purple Heart #5211C3
RGB
CMYK
RGB Variations
Color information
#5211C3 (or 0x5211C3) is known color: Purple Heart. HEX triplet: 52, 11 and C3. RGB value is (82,17,195). Sum of RGB (Red+Green+Blue) = 82+17+195=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #5211C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5211C3 is #ADEE3C. Grayscale: #383838. Windows color (decimal): -11398717 or 12783954. OLE color: 12783954.
HSL color Cylindrical-coordinate representation of color #5211C3: hue angle of 261.91º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5211C3 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 17 | 195 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.24 |
| HSL | 261.91º | 0.84% | 0.42% | - |
| HSV(B) | 261.91º | 0.91% | 0.76% | - |
| XYZ | 13.53 | 6.13 | 52.1 | - |
| YUV | 56.73 | 206.03 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 195 | 0.58 | 0.91 | 0 | 0.24 | 261.91 | 0.84 | 0.42 |
| Hex | 52 | 11 | C3 | 3A | 5B | 0 | 18 | 106 | 54 | 2A |
| Octal | 122 | 21 | 303 | 72 | 133 | 0 | 30 | 406 | 124 | 52 |
| Binary | 1010010 | 10001 | 11000011 | 111010 | 1011011 | 0 | 11000 | 100000110 | 1010100 | 101010 |
Color Harmonies of #5211C3
Complementary color
Monochromatic Colors of #5211C3
Black with #5211C3
Text Example
Text Example
White with #5211C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211C3; }
p { color: rgb(82,17,195); }
H1.HeaderClassName
{
color: #5211C3;
}
.AnyTagClassName
{
color: #5211C3;
}
</style>
background-color css
<style>
a { background-color: #5211C3; }
a { background-color: rgb(82,17,195); }
div.DivClassName
{
background-color: #5211C3;
}
.BgClassName
{
background-color: #5211C3;
}
</style>
border-color css
<style>
span { border-color: #5211C3; }
span { border-color: rgb(82,17,195); }
td.TdClassName
{
border-color: #5211C3;
}
.TagClassName
{
border-color: #5211C3;
}
</style>