Shades of Purple Heart #702DBD
Tints of Purple Heart #702DBD
RGB
CMYK
RGB Variations
Color information
#702DBD (or 0x702DBD) is known color: Purple Heart. HEX triplet: 70, 2D and BD. RGB value is (112,45,189). Sum of RGB (Red+Green+Blue) = 112+45+189=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #702DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702DBD is #8FD242. Grayscale: #505050. Windows color (decimal): -9425475 or 12397936. OLE color: 12397936.
HSL color Cylindrical-coordinate representation of color #702DBD: hue angle of 267.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702DBD is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 45 | 189 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.26 |
| HSL | 267.92º | 0.62% | 0.46% | - |
| HSV(B) | 267.92º | 0.76% | 0.74% | - |
| XYZ | 16.81 | 9 | 48.99 | - |
| YUV | 81.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 189 | 0.41 | 0.76 | 0 | 0.26 | 267.92 | 0.62 | 0.46 |
| Hex | 70 | 2D | BD | 29 | 4C | 0 | 1A | 10C | 3E | 2E |
| Octal | 160 | 55 | 275 | 51 | 114 | 0 | 32 | 414 | 76 | 56 |
| Binary | 1110000 | 101101 | 10111101 | 101001 | 1001100 | 0 | 11010 | 100001100 | 111110 | 101110 |
Color Harmonies of #702DBD
Complementary color
Monochromatic Colors of #702DBD
Black with #702DBD
Text Example
Text Example
White with #702DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702DBD; }
p { color: rgb(112,45,189); }
H1.HeaderClassName
{
color: #702DBD;
}
.AnyTagClassName
{
color: #702DBD;
}
</style>
background-color css
<style>
a { background-color: #702DBD; }
a { background-color: rgb(112,45,189); }
div.DivClassName
{
background-color: #702DBD;
}
.BgClassName
{
background-color: #702DBD;
}
</style>
border-color css
<style>
span { border-color: #702DBD; }
span { border-color: rgb(112,45,189); }
td.TdClassName
{
border-color: #702DBD;
}
.TagClassName
{
border-color: #702DBD;
}
</style>