Shades of Purple Heart #5336CC
Tints of Purple Heart #5336CC
RGB
CMYK
RGB Variations
Color information
#5336CC (or 0x5336CC) is known color: Purple Heart. HEX triplet: 53, 36 and CC. RGB value is (83,54,204). Sum of RGB (Red+Green+Blue) = 83+54+204=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #5336CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5336CC is #ACC933. Grayscale: #4F4F4F. Windows color (decimal): -11323700 or 13383251. OLE color: 13383251.
HSL color Cylindrical-coordinate representation of color #5336CC: hue angle of 251.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5336CC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 54 | 204 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.2 |
| HSL | 251.6º | 0.6% | 0.51% | - |
| HSV(B) | 251.6º | 0.74% | 0.8% | - |
| XYZ | 15.79 | 8.84 | 58 | - |
| YUV | 79.77 | 198.11 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 204 | 0.59 | 0.74 | 0 | 0.2 | 251.6 | 0.6 | 0.51 |
| Hex | 53 | 36 | CC | 3B | 4A | 0 | 14 | FC | 3C | 33 |
| Octal | 123 | 66 | 314 | 73 | 112 | 0 | 24 | 374 | 74 | 63 |
| Binary | 1010011 | 110110 | 11001100 | 111011 | 1001010 | 0 | 10100 | 11111100 | 111100 | 110011 |
Color Harmonies of #5336CC
Complementary color
Monochromatic Colors of #5336CC
Black with #5336CC
Text Example
Text Example
White with #5336CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5336CC; }
p { color: rgb(83,54,204); }
H1.HeaderClassName
{
color: #5336CC;
}
.AnyTagClassName
{
color: #5336CC;
}
</style>
background-color css
<style>
a { background-color: #5336CC; }
a { background-color: rgb(83,54,204); }
div.DivClassName
{
background-color: #5336CC;
}
.BgClassName
{
background-color: #5336CC;
}
</style>
border-color css
<style>
span { border-color: #5336CC; }
span { border-color: rgb(83,54,204); }
td.TdClassName
{
border-color: #5336CC;
}
.TagClassName
{
border-color: #5336CC;
}
</style>