Shades of Purple Heart #5304C2
Tints of Purple Heart #5304C2
RGB
CMYK
RGB Variations
Color information
#5304C2 (or 0x5304C2) is known color: Purple Heart. HEX triplet: 53, 04 and C2. RGB value is (83,4,194). Sum of RGB (Red+Green+Blue) = 83+4+194=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 194 (76.17% from 255 or 69.04% from 281); Max value from RGB is 194 - color contains mainly: blue. Hex color #5304C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5304C2 is #ACFB3D. Grayscale: #303030. Windows color (decimal): -11336510 or 12715091. OLE color: 12715091.
HSL color Cylindrical-coordinate representation of color #5304C2: hue angle of 264.95º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304C2 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 4 | 194 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.24 |
| HSL | 264.95º | 0.96% | 0.39% | - |
| HSV(B) | 264.95º | 0.98% | 0.76% | - |
| XYZ | 13.35 | 5.82 | 51.46 | - |
| YUV | 49.28 | 209.67 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 194 | 0.57 | 0.98 | 0 | 0.24 | 264.95 | 0.96 | 0.39 |
| Hex | 53 | 4 | C2 | 39 | 62 | 0 | 18 | 109 | 60 | 27 |
| Octal | 123 | 4 | 302 | 71 | 142 | 0 | 30 | 411 | 140 | 47 |
| Binary | 1010011 | 100 | 11000010 | 111001 | 1100010 | 0 | 11000 | 100001001 | 1100000 | 100111 |
Color Harmonies of #5304C2
Complementary color
Monochromatic Colors of #5304C2
Black with #5304C2
Text Example
Text Example
White with #5304C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5304C2; }
p { color: rgb(83,4,194); }
H1.HeaderClassName
{
color: #5304C2;
}
.AnyTagClassName
{
color: #5304C2;
}
</style>
background-color css
<style>
a { background-color: #5304C2; }
a { background-color: rgb(83,4,194); }
div.DivClassName
{
background-color: #5304C2;
}
.BgClassName
{
background-color: #5304C2;
}
</style>
border-color css
<style>
span { border-color: #5304C2; }
span { border-color: rgb(83,4,194); }
td.TdClassName
{
border-color: #5304C2;
}
.TagClassName
{
border-color: #5304C2;
}
</style>