Shades of Purple Heart #5A3DCC
Tints of Purple Heart #5A3DCC
RGB
CMYK
RGB Variations
Color information
#5A3DCC (or 0x5A3DCC) is known color: Purple Heart. HEX triplet: 5A, 3D and CC. RGB value is (90,61,204). Sum of RGB (Red+Green+Blue) = 90+61+204=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A3DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3DCC is #A5C233. Grayscale: #555555. Windows color (decimal): -10863156 or 13385050. OLE color: 13385050.
HSL color Cylindrical-coordinate representation of color #5A3DCC: hue angle of 252.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A3DCC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 61 | 204 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.2 |
| HSL | 252.17º | 0.58% | 0.52% | - |
| HSV(B) | 252.17º | 0.7% | 0.8% | - |
| XYZ | 16.78 | 9.87 | 58.15 | - |
| YUV | 85.97 | 194.61 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 204 | 0.56 | 0.70 | 0 | 0.2 | 252.17 | 0.58 | 0.52 |
| Hex | 5A | 3D | CC | 38 | 46 | 0 | 14 | FC | 3A | 34 |
| Octal | 132 | 75 | 314 | 70 | 106 | 0 | 24 | 374 | 72 | 64 |
| Binary | 1011010 | 111101 | 11001100 | 111000 | 1000110 | 0 | 10100 | 11111100 | 111010 | 110100 |
Color Harmonies of #5A3DCC
Complementary color
Monochromatic Colors of #5A3DCC
Black with #5A3DCC
Text Example
Text Example
White with #5A3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3DCC; }
p { color: rgb(90,61,204); }
H1.HeaderClassName
{
color: #5A3DCC;
}
.AnyTagClassName
{
color: #5A3DCC;
}
</style>
background-color css
<style>
a { background-color: #5A3DCC; }
a { background-color: rgb(90,61,204); }
div.DivClassName
{
background-color: #5A3DCC;
}
.BgClassName
{
background-color: #5A3DCC;
}
</style>
border-color css
<style>
span { border-color: #5A3DCC; }
span { border-color: rgb(90,61,204); }
td.TdClassName
{
border-color: #5A3DCC;
}
.TagClassName
{
border-color: #5A3DCC;
}
</style>