Shades of Purple Heart #5322CD
Tints of Purple Heart #5322CD
RGB
CMYK
RGB Variations
Color information
#5322CD (or 0x5322CD) is known color: Purple Heart. HEX triplet: 53, 22 and CD. RGB value is (83,34,205). Sum of RGB (Red+Green+Blue) = 83+34+205=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #5322CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5322CD is #ACDD32. Grayscale: #434343. Windows color (decimal): -11328819 or 13443667. OLE color: 13443667.
HSL color Cylindrical-coordinate representation of color #5322CD: hue angle of 257.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5322CD is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 34 | 205 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.20 |
| HSL | 257.19º | 0.72% | 0.47% | - |
| HSV(B) | 257.19º | 0.83% | 0.8% | - |
| XYZ | 15.16 | 7.39 | 58.39 | - |
| YUV | 68.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 205 | 0.60 | 0.83 | 0 | 0.20 | 257.19 | 0.72 | 0.47 |
| Hex | 53 | 22 | CD | 3C | 53 | 0 | 14 | 101 | 48 | 2F |
| Octal | 123 | 42 | 315 | 74 | 123 | 0 | 24 | 401 | 110 | 57 |
| Binary | 1010011 | 100010 | 11001101 | 111100 | 1010011 | 0 | 10100 | 100000001 | 1001000 | 101111 |
Color Harmonies of #5322CD
Complementary color
Monochromatic Colors of #5322CD
Black with #5322CD
Text Example
Text Example
White with #5322CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5322CD; }
p { color: rgb(83,34,205); }
H1.HeaderClassName
{
color: #5322CD;
}
.AnyTagClassName
{
color: #5322CD;
}
</style>
background-color css
<style>
a { background-color: #5322CD; }
a { background-color: rgb(83,34,205); }
div.DivClassName
{
background-color: #5322CD;
}
.BgClassName
{
background-color: #5322CD;
}
</style>
border-color css
<style>
span { border-color: #5322CD; }
span { border-color: rgb(83,34,205); }
td.TdClassName
{
border-color: #5322CD;
}
.TagClassName
{
border-color: #5322CD;
}
</style>