Shades of Purple Heart #5A1CCC
Tints of Purple Heart #5A1CCC
RGB
CMYK
RGB Variations
Color information
#5A1CCC (or 0x5A1CCC) is known color: Purple Heart. HEX triplet: 5A, 1C and CC. RGB value is (90,28,204). Sum of RGB (Red+Green+Blue) = 90+28+204=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1CCC is #A5E333. Grayscale: #414141. Windows color (decimal): -10871604 or 13376602. OLE color: 13376602.
HSL color Cylindrical-coordinate representation of color #5A1CCC: hue angle of 261.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1CCC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 28 | 204 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.2 |
| HSL | 261.14º | 0.76% | 0.45% | - |
| HSV(B) | 261.14º | 0.86% | 0.8% | - |
| XYZ | 15.53 | 7.36 | 57.73 | - |
| YUV | 66.6 | 205.54 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 28 | 204 | 0.56 | 0.86 | 0 | 0.2 | 261.14 | 0.76 | 0.45 |
| Hex | 5A | 1C | CC | 38 | 56 | 0 | 14 | 105 | 4C | 2D |
| Octal | 132 | 34 | 314 | 70 | 126 | 0 | 24 | 405 | 114 | 55 |
| Binary | 1011010 | 11100 | 11001100 | 111000 | 1010110 | 0 | 10100 | 100000101 | 1001100 | 101101 |
Color Harmonies of #5A1CCC
Complementary color
Monochromatic Colors of #5A1CCC
Black with #5A1CCC
Text Example
Text Example
White with #5A1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1CCC; }
p { color: rgb(90,28,204); }
H1.HeaderClassName
{
color: #5A1CCC;
}
.AnyTagClassName
{
color: #5A1CCC;
}
</style>
background-color css
<style>
a { background-color: #5A1CCC; }
a { background-color: rgb(90,28,204); }
div.DivClassName
{
background-color: #5A1CCC;
}
.BgClassName
{
background-color: #5A1CCC;
}
</style>
border-color css
<style>
span { border-color: #5A1CCC; }
span { border-color: rgb(90,28,204); }
td.TdClassName
{
border-color: #5A1CCC;
}
.TagClassName
{
border-color: #5A1CCC;
}
</style>