Shades of Purple Heart #5A30CA
Tints of Purple Heart #5A30CA
RGB
CMYK
RGB Variations
Color information
#5A30CA (or 0x5A30CA) is known color: Purple Heart. HEX triplet: 5A, 30 and CA. RGB value is (90,48,202). Sum of RGB (Red+Green+Blue) = 90+48+202=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A30CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30CA is #A5CF35. Grayscale: #4D4D4D. Windows color (decimal): -10866486 or 13250650. OLE color: 13250650.
HSL color Cylindrical-coordinate representation of color #5A30CA: hue angle of 256.36º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A30CA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 48 | 202 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.21 |
| HSL | 256.36º | 0.62% | 0.49% | - |
| HSV(B) | 256.36º | 0.76% | 0.79% | - |
| XYZ | 15.93 | 8.55 | 56.69 | - |
| YUV | 78.11 | 197.91 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 202 | 0.55 | 0.76 | 0 | 0.21 | 256.36 | 0.62 | 0.49 |
| Hex | 5A | 30 | CA | 37 | 4C | 0 | 15 | 100 | 3E | 31 |
| Octal | 132 | 60 | 312 | 67 | 114 | 0 | 25 | 400 | 76 | 61 |
| Binary | 1011010 | 110000 | 11001010 | 110111 | 1001100 | 0 | 10101 | 100000000 | 111110 | 110001 |
Color Harmonies of #5A30CA
Complementary color
Monochromatic Colors of #5A30CA
Black with #5A30CA
Text Example
Text Example
White with #5A30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30CA; }
p { color: rgb(90,48,202); }
H1.HeaderClassName
{
color: #5A30CA;
}
.AnyTagClassName
{
color: #5A30CA;
}
</style>
background-color css
<style>
a { background-color: #5A30CA; }
a { background-color: rgb(90,48,202); }
div.DivClassName
{
background-color: #5A30CA;
}
.BgClassName
{
background-color: #5A30CA;
}
</style>
border-color css
<style>
span { border-color: #5A30CA; }
span { border-color: rgb(90,48,202); }
td.TdClassName
{
border-color: #5A30CA;
}
.TagClassName
{
border-color: #5A30CA;
}
</style>