Shades of Purple Heart #700CAC
Tints of Purple Heart #700CAC
RGB
CMYK
RGB Variations
Color information
#700CAC (or 0x700CAC) is known color: Purple Heart. HEX triplet: 70, 0C and AC. RGB value is (112,12,172). Sum of RGB (Red+Green+Blue) = 112+12+172=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #700CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700CAC is #8FF353. Grayscale: #3B3B3B. Windows color (decimal): -9433940 or 11275376. OLE color: 11275376.
HSL color Cylindrical-coordinate representation of color #700CAC: hue angle of 277.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700CAC is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 12 | 172 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.33 |
| HSL | 277.5º | 0.87% | 0.36% | - |
| HSV(B) | 277.5º | 0.93% | 0.67% | - |
| XYZ | 14.26 | 6.69 | 39.57 | - |
| YUV | 60.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 172 | 0.35 | 0.93 | 0 | 0.33 | 277.5 | 0.87 | 0.36 |
| Hex | 70 | C | AC | 23 | 5D | 0 | 21 | 116 | 57 | 24 |
| Octal | 160 | 14 | 254 | 43 | 135 | 0 | 41 | 426 | 127 | 44 |
| Binary | 1110000 | 1100 | 10101100 | 100011 | 1011101 | 0 | 100001 | 100010110 | 1010111 | 100100 |
Color Harmonies of #700CAC
Complementary color
Monochromatic Colors of #700CAC
Black with #700CAC
Text Example
Text Example
White with #700CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CAC; }
p { color: rgb(112,12,172); }
H1.HeaderClassName
{
color: #700CAC;
}
.AnyTagClassName
{
color: #700CAC;
}
</style>
background-color css
<style>
a { background-color: #700CAC; }
a { background-color: rgb(112,12,172); }
div.DivClassName
{
background-color: #700CAC;
}
.BgClassName
{
background-color: #700CAC;
}
</style>
border-color css
<style>
span { border-color: #700CAC; }
span { border-color: rgb(112,12,172); }
td.TdClassName
{
border-color: #700CAC;
}
.TagClassName
{
border-color: #700CAC;
}
</style>