Shades of Purple Heart #5334DC
Tints of Purple Heart #5334DC
RGB
CMYK
RGB Variations
Color information
#5334DC (or 0x5334DC) is known color: Purple Heart. HEX triplet: 53, 34 and DC. RGB value is (83,52,220). Sum of RGB (Red+Green+Blue) = 83+52+220=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #5334DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5334DC is #ACCB23. Grayscale: #4F4F4F. Windows color (decimal): -11324196 or 14431315. OLE color: 14431315.
HSL color Cylindrical-coordinate representation of color #5334DC: hue angle of 251.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5334DC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 52 | 220 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.14 |
| HSL | 251.07º | 0.71% | 0.53% | - |
| HSV(B) | 251.07º | 0.76% | 0.86% | - |
| XYZ | 17.71 | 9.46 | 68.6 | - |
| YUV | 80.42 | 206.77 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 220 | 0.62 | 0.76 | 0 | 0.14 | 251.07 | 0.71 | 0.53 |
| Hex | 53 | 34 | DC | 3E | 4C | 0 | E | FB | 47 | 35 |
| Octal | 123 | 64 | 334 | 76 | 114 | 0 | 16 | 373 | 107 | 65 |
| Binary | 1010011 | 110100 | 11011100 | 111110 | 1001100 | 0 | 1110 | 11111011 | 1000111 | 110101 |
Color Harmonies of #5334DC
Complementary color
Monochromatic Colors of #5334DC
Black with #5334DC
Text Example
Text Example
White with #5334DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334DC; }
p { color: rgb(83,52,220); }
H1.HeaderClassName
{
color: #5334DC;
}
.AnyTagClassName
{
color: #5334DC;
}
</style>
background-color css
<style>
a { background-color: #5334DC; }
a { background-color: rgb(83,52,220); }
div.DivClassName
{
background-color: #5334DC;
}
.BgClassName
{
background-color: #5334DC;
}
</style>
border-color css
<style>
span { border-color: #5334DC; }
span { border-color: rgb(83,52,220); }
td.TdClassName
{
border-color: #5334DC;
}
.TagClassName
{
border-color: #5334DC;
}
</style>