Shades of Purple Heart #5331C3
Tints of Purple Heart #5331C3
RGB
CMYK
RGB Variations
Color information
#5331C3 (or 0x5331C3) is known color: Purple Heart. HEX triplet: 53, 31 and C3. RGB value is (83,49,195). Sum of RGB (Red+Green+Blue) = 83+49+195=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #5331C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331C3 is #ACCE3C. Grayscale: #4B4B4B. Windows color (decimal): -11324989 or 12792147. OLE color: 12792147.
HSL color Cylindrical-coordinate representation of color #5331C3: hue angle of 253.97º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5331C3 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 49 | 195 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.24 |
| HSL | 253.97º | 0.6% | 0.48% | - |
| HSV(B) | 253.97º | 0.75% | 0.76% | - |
| XYZ | 14.52 | 7.98 | 52.4 | - |
| YUV | 75.81 | 195.26 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 195 | 0.57 | 0.75 | 0 | 0.24 | 253.97 | 0.6 | 0.48 |
| Hex | 53 | 31 | C3 | 39 | 4B | 0 | 18 | FE | 3C | 30 |
| Octal | 123 | 61 | 303 | 71 | 113 | 0 | 30 | 376 | 74 | 60 |
| Binary | 1010011 | 110001 | 11000011 | 111001 | 1001011 | 0 | 11000 | 11111110 | 111100 | 110000 |
Color Harmonies of #5331C3
Complementary color
Monochromatic Colors of #5331C3
Black with #5331C3
Text Example
Text Example
White with #5331C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331C3; }
p { color: rgb(83,49,195); }
H1.HeaderClassName
{
color: #5331C3;
}
.AnyTagClassName
{
color: #5331C3;
}
</style>
background-color css
<style>
a { background-color: #5331C3; }
a { background-color: rgb(83,49,195); }
div.DivClassName
{
background-color: #5331C3;
}
.BgClassName
{
background-color: #5331C3;
}
</style>
border-color css
<style>
span { border-color: #5331C3; }
span { border-color: rgb(83,49,195); }
td.TdClassName
{
border-color: #5331C3;
}
.TagClassName
{
border-color: #5331C3;
}
</style>