Shades of Purple Heart #702ACB
Tints of Purple Heart #702ACB
RGB
CMYK
RGB Variations
Color information
#702ACB (or 0x702ACB) is known color: Purple Heart. HEX triplet: 70, 2A and CB. RGB value is (112,42,203). Sum of RGB (Red+Green+Blue) = 112+42+203=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #702ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ACB is #8FD534. Grayscale: #505050. Windows color (decimal): -9426229 or 13314672. OLE color: 13314672.
HSL color Cylindrical-coordinate representation of color #702ACB: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702ACB is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 42 | 203 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.20 |
| HSL | 266.09º | 0.66% | 0.48% | - |
| HSV(B) | 266.09º | 0.79% | 0.8% | - |
| XYZ | 18.29 | 9.41 | 57.35 | - |
| YUV | 81.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 203 | 0.45 | 0.79 | 0 | 0.20 | 266.09 | 0.66 | 0.48 |
| Hex | 70 | 2A | CB | 2D | 4F | 0 | 14 | 10A | 42 | 30 |
| Octal | 160 | 52 | 313 | 55 | 117 | 0 | 24 | 412 | 102 | 60 |
| Binary | 1110000 | 101010 | 11001011 | 101101 | 1001111 | 0 | 10100 | 100001010 | 1000010 | 110000 |
Color Harmonies of #702ACB
Complementary color
Monochromatic Colors of #702ACB
Black with #702ACB
Text Example
Text Example
White with #702ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702ACB; }
p { color: rgb(112,42,203); }
H1.HeaderClassName
{
color: #702ACB;
}
.AnyTagClassName
{
color: #702ACB;
}
</style>
background-color css
<style>
a { background-color: #702ACB; }
a { background-color: rgb(112,42,203); }
div.DivClassName
{
background-color: #702ACB;
}
.BgClassName
{
background-color: #702ACB;
}
</style>
border-color css
<style>
span { border-color: #702ACB; }
span { border-color: rgb(112,42,203); }
td.TdClassName
{
border-color: #702ACB;
}
.TagClassName
{
border-color: #702ACB;
}
</style>