Shades of Purple Heart #702CB3
Tints of Purple Heart #702CB3
RGB
CMYK
RGB Variations
Color information
#702CB3 (or 0x702CB3) is known color: Purple Heart. HEX triplet: 70, 2C and B3. RGB value is (112,44,179). Sum of RGB (Red+Green+Blue) = 112+44+179=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #702CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CB3 is #8FD34C. Grayscale: #4F4F4F. Windows color (decimal): -9425741 or 11742320. OLE color: 11742320.
HSL color Cylindrical-coordinate representation of color #702CB3: hue angle of 270.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702CB3 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 44 | 179 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.30 |
| HSL | 270.22º | 0.61% | 0.44% | - |
| HSV(B) | 270.22º | 0.75% | 0.7% | - |
| XYZ | 15.72 | 8.5 | 43.46 | - |
| YUV | 79.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 179 | 0.37 | 0.75 | 0 | 0.30 | 270.22 | 0.61 | 0.44 |
| Hex | 70 | 2C | B3 | 25 | 4B | 0 | 1E | 10E | 3D | 2C |
| Octal | 160 | 54 | 263 | 45 | 113 | 0 | 36 | 416 | 75 | 54 |
| Binary | 1110000 | 101100 | 10110011 | 100101 | 1001011 | 0 | 11110 | 100001110 | 111101 | 101100 |
Color Harmonies of #702CB3
Complementary color
Monochromatic Colors of #702CB3
Black with #702CB3
Text Example
Text Example
White with #702CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CB3; }
p { color: rgb(112,44,179); }
H1.HeaderClassName
{
color: #702CB3;
}
.AnyTagClassName
{
color: #702CB3;
}
</style>
background-color css
<style>
a { background-color: #702CB3; }
a { background-color: rgb(112,44,179); }
div.DivClassName
{
background-color: #702CB3;
}
.BgClassName
{
background-color: #702CB3;
}
</style>
border-color css
<style>
span { border-color: #702CB3; }
span { border-color: rgb(112,44,179); }
td.TdClassName
{
border-color: #702CB3;
}
.TagClassName
{
border-color: #702CB3;
}
</style>