Shades of Purple Heart #5336DC
Tints of Purple Heart #5336DC
RGB
CMYK
RGB Variations
Color information
#5336DC (or 0x5336DC) is known color: Purple Heart. HEX triplet: 53, 36 and DC. RGB value is (83,54,220). Sum of RGB (Red+Green+Blue) = 83+54+220=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #5336DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5336DC is #ACC923. Grayscale: #505050. Windows color (decimal): -11323684 or 14431827. OLE color: 14431827.
HSL color Cylindrical-coordinate representation of color #5336DC: hue angle of 250.48º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5336DC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 54 | 220 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.14 |
| HSL | 250.48º | 0.7% | 0.54% | - |
| HSV(B) | 250.48º | 0.75% | 0.86% | - |
| XYZ | 17.8 | 9.64 | 68.63 | - |
| YUV | 81.6 | 206.11 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 220 | 0.62 | 0.75 | 0 | 0.14 | 250.48 | 0.7 | 0.54 |
| Hex | 53 | 36 | DC | 3E | 4B | 0 | E | FA | 46 | 36 |
| Octal | 123 | 66 | 334 | 76 | 113 | 0 | 16 | 372 | 106 | 66 |
| Binary | 1010011 | 110110 | 11011100 | 111110 | 1001011 | 0 | 1110 | 11111010 | 1000110 | 110110 |
Color Harmonies of #5336DC
Complementary color
Monochromatic Colors of #5336DC
Black with #5336DC
Text Example
Text Example
White with #5336DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5336DC; }
p { color: rgb(83,54,220); }
H1.HeaderClassName
{
color: #5336DC;
}
.AnyTagClassName
{
color: #5336DC;
}
</style>
background-color css
<style>
a { background-color: #5336DC; }
a { background-color: rgb(83,54,220); }
div.DivClassName
{
background-color: #5336DC;
}
.BgClassName
{
background-color: #5336DC;
}
</style>
border-color css
<style>
span { border-color: #5336DC; }
span { border-color: rgb(83,54,220); }
td.TdClassName
{
border-color: #5336DC;
}
.TagClassName
{
border-color: #5336DC;
}
</style>