Shades of Purple Heart #5A2CCF
Tints of Purple Heart #5A2CCF
RGB
CMYK
RGB Variations
Color information
#5A2CCF (or 0x5A2CCF) is known color: Purple Heart. HEX triplet: 5A, 2C and CF. RGB value is (90,44,207). Sum of RGB (Red+Green+Blue) = 90+44+207=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A2CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CCF is #A5D330. Grayscale: #4B4B4B. Windows color (decimal): -10867505 or 13577306. OLE color: 13577306.
HSL color Cylindrical-coordinate representation of color #5A2CCF: hue angle of 256.93º 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 #5A2CCF is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 44 | 207 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.19 |
| HSL | 256.93º | 0.65% | 0.49% | - |
| HSV(B) | 256.93º | 0.79% | 0.81% | - |
| XYZ | 16.38 | 8.48 | 59.8 | - |
| YUV | 76.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 207 | 0.57 | 0.79 | 0 | 0.19 | 256.93 | 0.65 | 0.49 |
| Hex | 5A | 2C | CF | 39 | 4F | 0 | 13 | 101 | 41 | 31 |
| Octal | 132 | 54 | 317 | 71 | 117 | 0 | 23 | 401 | 101 | 61 |
| Binary | 1011010 | 101100 | 11001111 | 111001 | 1001111 | 0 | 10011 | 100000001 | 1000001 | 110001 |
Color Harmonies of #5A2CCF
Complementary color
Monochromatic Colors of #5A2CCF
Black with #5A2CCF
Text Example
Text Example
White with #5A2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2CCF; }
p { color: rgb(90,44,207); }
H1.HeaderClassName
{
color: #5A2CCF;
}
.AnyTagClassName
{
color: #5A2CCF;
}
</style>
background-color css
<style>
a { background-color: #5A2CCF; }
a { background-color: rgb(90,44,207); }
div.DivClassName
{
background-color: #5A2CCF;
}
.BgClassName
{
background-color: #5A2CCF;
}
</style>
border-color css
<style>
span { border-color: #5A2CCF; }
span { border-color: rgb(90,44,207); }
td.TdClassName
{
border-color: #5A2CCF;
}
.TagClassName
{
border-color: #5A2CCF;
}
</style>