Shades of Purple Heart #5A06CC
Tints of Purple Heart #5A06CC
RGB
CMYK
RGB Variations
Color information
#5A06CC (or 0x5A06CC) is known color: Purple Heart. HEX triplet: 5A, 06 and CC. RGB value is (90,6,204). Sum of RGB (Red+Green+Blue) = 90+6+204=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A06CC is #A5F933. Grayscale: #343434. Windows color (decimal): -10877236 or 13370970. OLE color: 13370970.
HSL color Cylindrical-coordinate representation of color #5A06CC: hue angle of 265.45º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A06CC is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 6 | 204 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.2 |
| HSL | 265.45º | 0.94% | 0.41% | - |
| HSV(B) | 265.45º | 0.97% | 0.8% | - |
| XYZ | 15.18 | 6.66 | 57.61 | - |
| YUV | 53.69 | 212.83 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 204 | 0.56 | 0.97 | 0 | 0.2 | 265.45 | 0.94 | 0.41 |
| Hex | 5A | 6 | CC | 38 | 61 | 0 | 14 | 109 | 5E | 29 |
| Octal | 132 | 6 | 314 | 70 | 141 | 0 | 24 | 411 | 136 | 51 |
| Binary | 1011010 | 110 | 11001100 | 111000 | 1100001 | 0 | 10100 | 100001001 | 1011110 | 101001 |
Color Harmonies of #5A06CC
Complementary color
Monochromatic Colors of #5A06CC
Black with #5A06CC
Text Example
Text Example
White with #5A06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A06CC; }
p { color: rgb(90,6,204); }
H1.HeaderClassName
{
color: #5A06CC;
}
.AnyTagClassName
{
color: #5A06CC;
}
</style>
background-color css
<style>
a { background-color: #5A06CC; }
a { background-color: rgb(90,6,204); }
div.DivClassName
{
background-color: #5A06CC;
}
.BgClassName
{
background-color: #5A06CC;
}
</style>
border-color css
<style>
span { border-color: #5A06CC; }
span { border-color: rgb(90,6,204); }
td.TdClassName
{
border-color: #5A06CC;
}
.TagClassName
{
border-color: #5A06CC;
}
</style>