Shades of Purple Heart #5A13CF
Tints of Purple Heart #5A13CF
RGB
CMYK
RGB Variations
Color information
#5A13CF (or 0x5A13CF) is known color: Purple Heart. HEX triplet: 5A, 13 and CF. RGB value is (90,19,207). Sum of RGB (Red+Green+Blue) = 90+19+207=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A13CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A13CF is #A5EC30. Grayscale: #3C3C3C. Windows color (decimal): -10873905 or 13570906. OLE color: 13570906.
HSL color Cylindrical-coordinate representation of color #5A13CF: hue angle of 262.66º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A13CF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 19 | 207 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.19 |
| HSL | 262.66º | 0.83% | 0.44% | - |
| HSV(B) | 262.66º | 0.91% | 0.81% | - |
| XYZ | 15.71 | 7.14 | 59.58 | - |
| YUV | 61.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 207 | 0.57 | 0.91 | 0 | 0.19 | 262.66 | 0.83 | 0.44 |
| Hex | 5A | 13 | CF | 39 | 5B | 0 | 13 | 107 | 53 | 2C |
| Octal | 132 | 23 | 317 | 71 | 133 | 0 | 23 | 407 | 123 | 54 |
| Binary | 1011010 | 10011 | 11001111 | 111001 | 1011011 | 0 | 10011 | 100000111 | 1010011 | 101100 |
Color Harmonies of #5A13CF
Complementary color
Monochromatic Colors of #5A13CF
Black with #5A13CF
Text Example
Text Example
White with #5A13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A13CF; }
p { color: rgb(90,19,207); }
H1.HeaderClassName
{
color: #5A13CF;
}
.AnyTagClassName
{
color: #5A13CF;
}
</style>
background-color css
<style>
a { background-color: #5A13CF; }
a { background-color: rgb(90,19,207); }
div.DivClassName
{
background-color: #5A13CF;
}
.BgClassName
{
background-color: #5A13CF;
}
</style>
border-color css
<style>
span { border-color: #5A13CF; }
span { border-color: rgb(90,19,207); }
td.TdClassName
{
border-color: #5A13CF;
}
.TagClassName
{
border-color: #5A13CF;
}
</style>