Shades of Purple Heart #5A30C6
Tints of Purple Heart #5A30C6
RGB
CMYK
RGB Variations
Color information
#5A30C6 (or 0x5A30C6) is known color: Purple Heart. HEX triplet: 5A, 30 and C6. RGB value is (90,48,198). Sum of RGB (Red+Green+Blue) = 90+48+198=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A30C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30C6 is #A5CF39. Grayscale: #4D4D4D. Windows color (decimal): -10866490 or 12988506. OLE color: 12988506.
HSL color Cylindrical-coordinate representation of color #5A30C6: hue angle of 256.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A30C6 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 48 | 198 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.22 |
| HSL | 256.8º | 0.61% | 0.48% | - |
| HSV(B) | 256.8º | 0.76% | 0.78% | - |
| XYZ | 15.47 | 8.36 | 54.23 | - |
| YUV | 77.66 | 195.91 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 198 | 0.55 | 0.76 | 0 | 0.22 | 256.8 | 0.61 | 0.48 |
| Hex | 5A | 30 | C6 | 37 | 4C | 0 | 16 | 101 | 3D | 30 |
| Octal | 132 | 60 | 306 | 67 | 114 | 0 | 26 | 401 | 75 | 60 |
| Binary | 1011010 | 110000 | 11000110 | 110111 | 1001100 | 0 | 10110 | 100000001 | 111101 | 110000 |
Color Harmonies of #5A30C6
Complementary color
Monochromatic Colors of #5A30C6
Black with #5A30C6
Text Example
Text Example
White with #5A30C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30C6; }
p { color: rgb(90,48,198); }
H1.HeaderClassName
{
color: #5A30C6;
}
.AnyTagClassName
{
color: #5A30C6;
}
</style>
background-color css
<style>
a { background-color: #5A30C6; }
a { background-color: rgb(90,48,198); }
div.DivClassName
{
background-color: #5A30C6;
}
.BgClassName
{
background-color: #5A30C6;
}
</style>
border-color css
<style>
span { border-color: #5A30C6; }
span { border-color: rgb(90,48,198); }
td.TdClassName
{
border-color: #5A30C6;
}
.TagClassName
{
border-color: #5A30C6;
}
</style>