Shades of Purple Heart #5A34DC
Tints of Purple Heart #5A34DC
RGB
CMYK
RGB Variations
Color information
#5A34DC (or 0x5A34DC) is known color: Purple Heart. HEX triplet: 5A, 34 and DC. RGB value is (90,52,220). Sum of RGB (Red+Green+Blue) = 90+52+220=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A34DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34DC is #A5CB23. Grayscale: #515151. Windows color (decimal): -10865444 or 14431322. OLE color: 14431322.
HSL color Cylindrical-coordinate representation of color #5A34DC: hue angle of 253.57º 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 #5A34DC is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 52 | 220 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.14 |
| HSL | 253.57º | 0.71% | 0.53% | - |
| HSV(B) | 253.57º | 0.76% | 0.86% | - |
| XYZ | 18.36 | 9.8 | 68.63 | - |
| YUV | 82.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 220 | 0.59 | 0.76 | 0 | 0.14 | 253.57 | 0.71 | 0.53 |
| Hex | 5A | 34 | DC | 3B | 4C | 0 | E | FE | 47 | 35 |
| Octal | 132 | 64 | 334 | 73 | 114 | 0 | 16 | 376 | 107 | 65 |
| Binary | 1011010 | 110100 | 11011100 | 111011 | 1001100 | 0 | 1110 | 11111110 | 1000111 | 110101 |
Color Harmonies of #5A34DC
Complementary color
Monochromatic Colors of #5A34DC
Black with #5A34DC
Text Example
Text Example
White with #5A34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34DC; }
p { color: rgb(90,52,220); }
H1.HeaderClassName
{
color: #5A34DC;
}
.AnyTagClassName
{
color: #5A34DC;
}
</style>
background-color css
<style>
a { background-color: #5A34DC; }
a { background-color: rgb(90,52,220); }
div.DivClassName
{
background-color: #5A34DC;
}
.BgClassName
{
background-color: #5A34DC;
}
</style>
border-color css
<style>
span { border-color: #5A34DC; }
span { border-color: rgb(90,52,220); }
td.TdClassName
{
border-color: #5A34DC;
}
.TagClassName
{
border-color: #5A34DC;
}
</style>