Shades of Purple Heart #5A2FAB
Tints of Purple Heart #5A2FAB
RGB
CMYK
RGB Variations
Color information
#5A2FAB (or 0x5A2FAB) is known color: Purple Heart. HEX triplet: 5A, 2F and AB. RGB value is (90,47,171). Sum of RGB (Red+Green+Blue) = 90+47+171=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2FAB is #A5D054. Grayscale: #494949. Windows color (decimal): -10866773 or 11218778. OLE color: 11218778.
HSL color Cylindrical-coordinate representation of color #5A2FAB: hue angle of 260.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2FAB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 47 | 171 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.33 |
| HSL | 260.81º | 0.57% | 0.43% | - |
| HSV(B) | 260.81º | 0.73% | 0.67% | - |
| XYZ | 12.58 | 7.15 | 39.24 | - |
| YUV | 73.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 171 | 0.47 | 0.73 | 0 | 0.33 | 260.81 | 0.57 | 0.43 |
| Hex | 5A | 2F | AB | 2F | 49 | 0 | 21 | 105 | 39 | 2B |
| Octal | 132 | 57 | 253 | 57 | 111 | 0 | 41 | 405 | 71 | 53 |
| Binary | 1011010 | 101111 | 10101011 | 101111 | 1001001 | 0 | 100001 | 100000101 | 111001 | 101011 |
Color Harmonies of #5A2FAB
Complementary color
Monochromatic Colors of #5A2FAB
Black with #5A2FAB
Text Example
Text Example
White with #5A2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2FAB; }
p { color: rgb(90,47,171); }
H1.HeaderClassName
{
color: #5A2FAB;
}
.AnyTagClassName
{
color: #5A2FAB;
}
</style>
background-color css
<style>
a { background-color: #5A2FAB; }
a { background-color: rgb(90,47,171); }
div.DivClassName
{
background-color: #5A2FAB;
}
.BgClassName
{
background-color: #5A2FAB;
}
</style>
border-color css
<style>
span { border-color: #5A2FAB; }
span { border-color: rgb(90,47,171); }
td.TdClassName
{
border-color: #5A2FAB;
}
.TagClassName
{
border-color: #5A2FAB;
}
</style>