Shades of Purple Heart #5A00CC
Tints of Purple Heart #5A00CC
RGB
CMYK
RGB Variations
Color information
#5A00CC (or 0x5A00CC) is known color: Purple Heart. HEX triplet: 5A, 00 and CC. RGB value is (90,0,204). Sum of RGB (Red+Green+Blue) = 90+0+204=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A00CC is #A5FF33. Grayscale: #313131. Windows color (decimal): -10878772 or 13369434. OLE color: 13369434.
HSL color Cylindrical-coordinate representation of color #5A00CC: hue angle of 266.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00CC is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 0 | 204 | - |
| CMYK | 0.56 | 1 | 0 | 0.2 |
| HSL | 266.47º | 1% | 0.4% | - |
| HSV(B) | 266.47º | 1% | 0.8% | - |
| XYZ | 15.12 | 6.53 | 57.59 | - |
| YUV | 50.17 | 214.82 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 204 | 0.56 | 1 | 0 | 0.2 | 266.47 | 1 | 0.4 |
| Hex | 5A | 0 | CC | 38 | 64 | 0 | 14 | 10A | 64 | 28 |
| Octal | 132 | 0 | 314 | 70 | 144 | 0 | 24 | 412 | 144 | 50 |
| Binary | 1011010 | 0 | 11001100 | 111000 | 1100100 | 0 | 10100 | 100001010 | 1100100 | 101000 |
Color Harmonies of #5A00CC
Complementary color
Monochromatic Colors of #5A00CC
Black with #5A00CC
Text Example
Text Example
White with #5A00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00CC; }
p { color: rgb(90,0,204); }
H1.HeaderClassName
{
color: #5A00CC;
}
.AnyTagClassName
{
color: #5A00CC;
}
</style>
background-color css
<style>
a { background-color: #5A00CC; }
a { background-color: rgb(90,0,204); }
div.DivClassName
{
background-color: #5A00CC;
}
.BgClassName
{
background-color: #5A00CC;
}
</style>
border-color css
<style>
span { border-color: #5A00CC; }
span { border-color: rgb(90,0,204); }
td.TdClassName
{
border-color: #5A00CC;
}
.TagClassName
{
border-color: #5A00CC;
}
</style>