Shades of Purple Heart #702DAF
Tints of Purple Heart #702DAF
RGB
CMYK
RGB Variations
Color information
#702DAF (or 0x702DAF) is known color: Purple Heart. HEX triplet: 70, 2D and AF. RGB value is (112,45,175). Sum of RGB (Red+Green+Blue) = 112+45+175=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #702DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DAF is #8FD250. Grayscale: #4F4F4F. Windows color (decimal): -9425489 or 11480432. OLE color: 11480432.
HSL color Cylindrical-coordinate representation of color #702DAF: hue angle of 270.92º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702DAF is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 45 | 175 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.31 |
| HSL | 270.92º | 0.59% | 0.43% | - |
| HSV(B) | 270.92º | 0.74% | 0.69% | - |
| XYZ | 15.36 | 8.42 | 41.37 | - |
| YUV | 79.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 175 | 0.36 | 0.74 | 0 | 0.31 | 270.92 | 0.59 | 0.43 |
| Hex | 70 | 2D | AF | 24 | 4A | 0 | 1F | 10F | 3B | 2B |
| Octal | 160 | 55 | 257 | 44 | 112 | 0 | 37 | 417 | 73 | 53 |
| Binary | 1110000 | 101101 | 10101111 | 100100 | 1001010 | 0 | 11111 | 100001111 | 111011 | 101011 |
Color Harmonies of #702DAF
Complementary color
Monochromatic Colors of #702DAF
Black with #702DAF
Text Example
Text Example
White with #702DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DAF; }
p { color: rgb(112,45,175); }
H1.HeaderClassName
{
color: #702DAF;
}
.AnyTagClassName
{
color: #702DAF;
}
</style>
background-color css
<style>
a { background-color: #702DAF; }
a { background-color: rgb(112,45,175); }
div.DivClassName
{
background-color: #702DAF;
}
.BgClassName
{
background-color: #702DAF;
}
</style>
border-color css
<style>
span { border-color: #702DAF; }
span { border-color: rgb(112,45,175); }
td.TdClassName
{
border-color: #702DAF;
}
.TagClassName
{
border-color: #702DAF;
}
</style>