Shades of Purple Heart #5A2FDC
Tints of Purple Heart #5A2FDC
RGB
CMYK
RGB Variations
Color information
#5A2FDC (or 0x5A2FDC) is known color: Purple Heart. HEX triplet: 5A, 2F and DC. RGB value is (90,47,220). Sum of RGB (Red+Green+Blue) = 90+47+220=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A2FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2FDC is #A5D023. Grayscale: #4E4E4E. Windows color (decimal): -10866724 or 14430042. OLE color: 14430042.
HSL color Cylindrical-coordinate representation of color #5A2FDC: hue angle of 254.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A2FDC is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 47 | 220 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.14 |
| HSL | 254.91º | 0.71% | 0.52% | - |
| HSV(B) | 254.91º | 0.79% | 0.86% | - |
| XYZ | 18.15 | 9.37 | 68.56 | - |
| YUV | 79.58 | 207.25 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 220 | 0.59 | 0.79 | 0 | 0.14 | 254.91 | 0.71 | 0.52 |
| Hex | 5A | 2F | DC | 3B | 4F | 0 | E | FF | 47 | 34 |
| Octal | 132 | 57 | 334 | 73 | 117 | 0 | 16 | 377 | 107 | 64 |
| Binary | 1011010 | 101111 | 11011100 | 111011 | 1001111 | 0 | 1110 | 11111111 | 1000111 | 110100 |
Color Harmonies of #5A2FDC
Complementary color
Monochromatic Colors of #5A2FDC
Black with #5A2FDC
Text Example
Text Example
White with #5A2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2FDC; }
p { color: rgb(90,47,220); }
H1.HeaderClassName
{
color: #5A2FDC;
}
.AnyTagClassName
{
color: #5A2FDC;
}
</style>
background-color css
<style>
a { background-color: #5A2FDC; }
a { background-color: rgb(90,47,220); }
div.DivClassName
{
background-color: #5A2FDC;
}
.BgClassName
{
background-color: #5A2FDC;
}
</style>
border-color css
<style>
span { border-color: #5A2FDC; }
span { border-color: rgb(90,47,220); }
td.TdClassName
{
border-color: #5A2FDC;
}
.TagClassName
{
border-color: #5A2FDC;
}
</style>