Shades of Purple Heart #700CAF
Tints of Purple Heart #700CAF
RGB
CMYK
RGB Variations
Color information
#700CAF (or 0x700CAF) is known color: Purple Heart. HEX triplet: 70, 0C and AF. RGB value is (112,12,175). Sum of RGB (Red+Green+Blue) = 112+12+175=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #700CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700CAF is #8FF350. Grayscale: #3B3B3B. Windows color (decimal): -9433937 or 11471984. OLE color: 11471984.
HSL color Cylindrical-coordinate representation of color #700CAF: hue angle of 276.81º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700CAF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 12 | 175 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.31 |
| HSL | 276.81º | 0.87% | 0.37% | - |
| HSV(B) | 276.81º | 0.93% | 0.69% | - |
| XYZ | 14.55 | 6.8 | 41.1 | - |
| YUV | 60.48 | 192.63 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 175 | 0.36 | 0.93 | 0 | 0.31 | 276.81 | 0.87 | 0.37 |
| Hex | 70 | C | AF | 24 | 5D | 0 | 1F | 115 | 57 | 25 |
| Octal | 160 | 14 | 257 | 44 | 135 | 0 | 37 | 425 | 127 | 45 |
| Binary | 1110000 | 1100 | 10101111 | 100100 | 1011101 | 0 | 11111 | 100010101 | 1010111 | 100101 |
Color Harmonies of #700CAF
Complementary color
Monochromatic Colors of #700CAF
Black with #700CAF
Text Example
Text Example
White with #700CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CAF; }
p { color: rgb(112,12,175); }
H1.HeaderClassName
{
color: #700CAF;
}
.AnyTagClassName
{
color: #700CAF;
}
</style>
background-color css
<style>
a { background-color: #700CAF; }
a { background-color: rgb(112,12,175); }
div.DivClassName
{
background-color: #700CAF;
}
.BgClassName
{
background-color: #700CAF;
}
</style>
border-color css
<style>
span { border-color: #700CAF; }
span { border-color: rgb(112,12,175); }
td.TdClassName
{
border-color: #700CAF;
}
.TagClassName
{
border-color: #700CAF;
}
</style>