Shades of Purple Heart #600ACE
Tints of Purple Heart #600ACE
RGB
CMYK
RGB Variations
Color information
#600ACE (or 0x600ACE) is known color: Purple Heart. HEX triplet: 60, 0A and CE. RGB value is (96,10,206). Sum of RGB (Red+Green+Blue) = 96+10+206=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #600ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ACE is #9FF531. Grayscale: #393939. Windows color (decimal): -10482994 or 13503072. OLE color: 13503072.
HSL color Cylindrical-coordinate representation of color #600ACE: hue angle of 266.33º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600ACE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 10 | 206 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.19 |
| HSL | 266.33º | 0.91% | 0.42% | - |
| HSV(B) | 266.33º | 0.95% | 0.81% | - |
| XYZ | 16.07 | 7.16 | 58.93 | - |
| YUV | 58.06 | 211.49 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 206 | 0.53 | 0.95 | 0 | 0.19 | 266.33 | 0.91 | 0.42 |
| Hex | 60 | A | CE | 35 | 5F | 0 | 13 | 10A | 5B | 2A |
| Octal | 140 | 12 | 316 | 65 | 137 | 0 | 23 | 412 | 133 | 52 |
| Binary | 1100000 | 1010 | 11001110 | 110101 | 1011111 | 0 | 10011 | 100001010 | 1011011 | 101010 |
Color Harmonies of #600ACE
Complementary color
Monochromatic Colors of #600ACE
Black with #600ACE
Text Example
Text Example
White with #600ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600ACE; }
p { color: rgb(96,10,206); }
H1.HeaderClassName
{
color: #600ACE;
}
.AnyTagClassName
{
color: #600ACE;
}
</style>
background-color css
<style>
a { background-color: #600ACE; }
a { background-color: rgb(96,10,206); }
div.DivClassName
{
background-color: #600ACE;
}
.BgClassName
{
background-color: #600ACE;
}
</style>
border-color css
<style>
span { border-color: #600ACE; }
span { border-color: rgb(96,10,206); }
td.TdClassName
{
border-color: #600ACE;
}
.TagClassName
{
border-color: #600ACE;
}
</style>