Shades of Purple Heart #5A39CF
Tints of Purple Heart #5A39CF
RGB
CMYK
RGB Variations
Color information
#5A39CF (or 0x5A39CF) is known color: Purple Heart. HEX triplet: 5A, 39 and CF. RGB value is (90,57,207). Sum of RGB (Red+Green+Blue) = 90+57+207=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A39CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A39CF is #A5C630. Grayscale: #535353. Windows color (decimal): -10864177 or 13580634. OLE color: 13580634.
HSL color Cylindrical-coordinate representation of color #5A39CF: hue angle of 253.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A39CF is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 57 | 207 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.19 |
| HSL | 253.2º | 0.61% | 0.52% | - |
| HSV(B) | 253.2º | 0.72% | 0.81% | - |
| XYZ | 16.94 | 9.6 | 59.99 | - |
| YUV | 83.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 207 | 0.57 | 0.72 | 0 | 0.19 | 253.2 | 0.61 | 0.52 |
| Hex | 5A | 39 | CF | 39 | 48 | 0 | 13 | FD | 3D | 34 |
| Octal | 132 | 71 | 317 | 71 | 110 | 0 | 23 | 375 | 75 | 64 |
| Binary | 1011010 | 111001 | 11001111 | 111001 | 1001000 | 0 | 10011 | 11111101 | 111101 | 110100 |
Color Harmonies of #5A39CF
Complementary color
Monochromatic Colors of #5A39CF
Black with #5A39CF
Text Example
Text Example
White with #5A39CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A39CF; }
p { color: rgb(90,57,207); }
H1.HeaderClassName
{
color: #5A39CF;
}
.AnyTagClassName
{
color: #5A39CF;
}
</style>
background-color css
<style>
a { background-color: #5A39CF; }
a { background-color: rgb(90,57,207); }
div.DivClassName
{
background-color: #5A39CF;
}
.BgClassName
{
background-color: #5A39CF;
}
</style>
border-color css
<style>
span { border-color: #5A39CF; }
span { border-color: rgb(90,57,207); }
td.TdClassName
{
border-color: #5A39CF;
}
.TagClassName
{
border-color: #5A39CF;
}
</style>