Shades of Purple Heart #5A40CE
Tints of Purple Heart #5A40CE
RGB
CMYK
RGB Variations
Color information
#5A40CE (or 0x5A40CE) is known color: Purple Heart. HEX triplet: 5A, 40 and CE. RGB value is (90,64,206). Sum of RGB (Red+Green+Blue) = 90+64+206=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A40CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40CE is #A5BF31. Grayscale: #575757. Windows color (decimal): -10862386 or 13516890. OLE color: 13516890.
HSL color Cylindrical-coordinate representation of color #5A40CE: hue angle of 250.99º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A40CE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 64 | 206 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.19 |
| HSL | 250.99º | 0.59% | 0.53% | - |
| HSV(B) | 250.99º | 0.69% | 0.81% | - |
| XYZ | 17.19 | 10.3 | 59.47 | - |
| YUV | 87.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 206 | 0.56 | 0.69 | 0 | 0.19 | 250.99 | 0.59 | 0.53 |
| Hex | 5A | 40 | CE | 38 | 45 | 0 | 13 | FB | 3B | 35 |
| Octal | 132 | 100 | 316 | 70 | 105 | 0 | 23 | 373 | 73 | 65 |
| Binary | 1011010 | 1000000 | 11001110 | 111000 | 1000101 | 0 | 10011 | 11111011 | 111011 | 110101 |
Color Harmonies of #5A40CE
Complementary color
Monochromatic Colors of #5A40CE
Black with #5A40CE
Text Example
Text Example
White with #5A40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40CE; }
p { color: rgb(90,64,206); }
H1.HeaderClassName
{
color: #5A40CE;
}
.AnyTagClassName
{
color: #5A40CE;
}
</style>
background-color css
<style>
a { background-color: #5A40CE; }
a { background-color: rgb(90,64,206); }
div.DivClassName
{
background-color: #5A40CE;
}
.BgClassName
{
background-color: #5A40CE;
}
</style>
border-color css
<style>
span { border-color: #5A40CE; }
span { border-color: rgb(90,64,206); }
td.TdClassName
{
border-color: #5A40CE;
}
.TagClassName
{
border-color: #5A40CE;
}
</style>