Shades of Purple Heart #5A2CCE
Tints of Purple Heart #5A2CCE
RGB
CMYK
RGB Variations
Color information
#5A2CCE (or 0x5A2CCE) is known color: Purple Heart. HEX triplet: 5A, 2C and CE. RGB value is (90,44,206). Sum of RGB (Red+Green+Blue) = 90+44+206=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A2CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CCE is #A5D331. Grayscale: #4B4B4B. Windows color (decimal): -10867506 or 13511770. OLE color: 13511770.
HSL color Cylindrical-coordinate representation of color #5A2CCE: hue angle of 257.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A2CCE is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 44 | 206 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.19 |
| HSL | 257.04º | 0.65% | 0.49% | - |
| HSV(B) | 257.04º | 0.79% | 0.81% | - |
| XYZ | 16.26 | 8.43 | 59.16 | - |
| YUV | 76.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 206 | 0.56 | 0.79 | 0 | 0.19 | 257.04 | 0.65 | 0.49 |
| Hex | 5A | 2C | CE | 38 | 4F | 0 | 13 | 101 | 41 | 31 |
| Octal | 132 | 54 | 316 | 70 | 117 | 0 | 23 | 401 | 101 | 61 |
| Binary | 1011010 | 101100 | 11001110 | 111000 | 1001111 | 0 | 10011 | 100000001 | 1000001 | 110001 |
Color Harmonies of #5A2CCE
Complementary color
Monochromatic Colors of #5A2CCE
Black with #5A2CCE
Text Example
Text Example
White with #5A2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2CCE; }
p { color: rgb(90,44,206); }
H1.HeaderClassName
{
color: #5A2CCE;
}
.AnyTagClassName
{
color: #5A2CCE;
}
</style>
background-color css
<style>
a { background-color: #5A2CCE; }
a { background-color: rgb(90,44,206); }
div.DivClassName
{
background-color: #5A2CCE;
}
.BgClassName
{
background-color: #5A2CCE;
}
</style>
border-color css
<style>
span { border-color: #5A2CCE; }
span { border-color: rgb(90,44,206); }
td.TdClassName
{
border-color: #5A2CCE;
}
.TagClassName
{
border-color: #5A2CCE;
}
</style>