Shades of Purple Heart #5331C2
Tints of Purple Heart #5331C2
RGB
CMYK
RGB Variations
Color information
#5331C2 (or 0x5331C2) is known color: Purple Heart. HEX triplet: 53, 31 and C2. RGB value is (83,49,194). Sum of RGB (Red+Green+Blue) = 83+49+194=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #5331C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331C2 is #ACCE3D. Grayscale: #4B4B4B. Windows color (decimal): -11324990 or 12726611. OLE color: 12726611.
HSL color Cylindrical-coordinate representation of color #5331C2: hue angle of 254.07º 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 #5331C2 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 49 | 194 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.24 |
| HSL | 254.07º | 0.6% | 0.48% | - |
| HSV(B) | 254.07º | 0.75% | 0.76% | - |
| XYZ | 14.4 | 7.93 | 51.81 | - |
| YUV | 75.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 194 | 0.57 | 0.75 | 0 | 0.24 | 254.07 | 0.6 | 0.48 |
| Hex | 53 | 31 | C2 | 39 | 4B | 0 | 18 | FE | 3C | 30 |
| Octal | 123 | 61 | 302 | 71 | 113 | 0 | 30 | 376 | 74 | 60 |
| Binary | 1010011 | 110001 | 11000010 | 111001 | 1001011 | 0 | 11000 | 11111110 | 111100 | 110000 |
Color Harmonies of #5331C2
Complementary color
Monochromatic Colors of #5331C2
Black with #5331C2
Text Example
Text Example
White with #5331C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331C2; }
p { color: rgb(83,49,194); }
H1.HeaderClassName
{
color: #5331C2;
}
.AnyTagClassName
{
color: #5331C2;
}
</style>
background-color css
<style>
a { background-color: #5331C2; }
a { background-color: rgb(83,49,194); }
div.DivClassName
{
background-color: #5331C2;
}
.BgClassName
{
background-color: #5331C2;
}
</style>
border-color css
<style>
span { border-color: #5331C2; }
span { border-color: rgb(83,49,194); }
td.TdClassName
{
border-color: #5331C2;
}
.TagClassName
{
border-color: #5331C2;
}
</style>