Shades of Purple Heart #5335D6
Tints of Purple Heart #5335D6
RGB
CMYK
RGB Variations
Color information
#5335D6 (or 0x5335D6) is known color: Purple Heart. HEX triplet: 53, 35 and D6. RGB value is (83,53,214). Sum of RGB (Red+Green+Blue) = 83+53+214=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #5335D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335D6 is #ACCA29. Grayscale: #4F4F4F. Windows color (decimal): -11323946 or 14038355. OLE color: 14038355.
HSL color Cylindrical-coordinate representation of color #5335D6: hue angle of 251.18º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5335D6 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 53 | 214 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.16 |
| HSL | 251.18º | 0.66% | 0.52% | - |
| HSV(B) | 251.18º | 0.75% | 0.84% | - |
| XYZ | 16.98 | 9.24 | 64.51 | - |
| YUV | 80.32 | 203.44 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 214 | 0.61 | 0.75 | 0 | 0.16 | 251.18 | 0.66 | 0.52 |
| Hex | 53 | 35 | D6 | 3D | 4B | 0 | 10 | FB | 42 | 34 |
| Octal | 123 | 65 | 326 | 75 | 113 | 0 | 20 | 373 | 102 | 64 |
| Binary | 1010011 | 110101 | 11010110 | 111101 | 1001011 | 0 | 10000 | 11111011 | 1000010 | 110100 |
Color Harmonies of #5335D6
Complementary color
Monochromatic Colors of #5335D6
Black with #5335D6
Text Example
Text Example
White with #5335D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5335D6; }
p { color: rgb(83,53,214); }
H1.HeaderClassName
{
color: #5335D6;
}
.AnyTagClassName
{
color: #5335D6;
}
</style>
background-color css
<style>
a { background-color: #5335D6; }
a { background-color: rgb(83,53,214); }
div.DivClassName
{
background-color: #5335D6;
}
.BgClassName
{
background-color: #5335D6;
}
</style>
border-color css
<style>
span { border-color: #5335D6; }
span { border-color: rgb(83,53,214); }
td.TdClassName
{
border-color: #5335D6;
}
.TagClassName
{
border-color: #5335D6;
}
</style>