Shades of Purple Heart #702BD1
Tints of Purple Heart #702BD1
RGB
CMYK
RGB Variations
Color information
#702BD1 (or 0x702BD1) is known color: Purple Heart. HEX triplet: 70, 2B and D1. RGB value is (112,43,209). Sum of RGB (Red+Green+Blue) = 112+43+209=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #702BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BD1 is #8FD42E. Grayscale: #515151. Windows color (decimal): -9425967 or 13708144. OLE color: 13708144.
HSL color Cylindrical-coordinate representation of color #702BD1: hue angle of 264.94º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702BD1 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 43 | 209 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.18 |
| HSL | 264.94º | 0.66% | 0.49% | - |
| HSV(B) | 264.94º | 0.79% | 0.82% | - |
| XYZ | 19.05 | 9.78 | 61.2 | - |
| YUV | 82.56 | 199.36 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 209 | 0.46 | 0.79 | 0 | 0.18 | 264.94 | 0.66 | 0.49 |
| Hex | 70 | 2B | D1 | 2E | 4F | 0 | 12 | 109 | 42 | 31 |
| Octal | 160 | 53 | 321 | 56 | 117 | 0 | 22 | 411 | 102 | 61 |
| Binary | 1110000 | 101011 | 11010001 | 101110 | 1001111 | 0 | 10010 | 100001001 | 1000010 | 110001 |
Color Harmonies of #702BD1
Complementary color
Monochromatic Colors of #702BD1
Black with #702BD1
Text Example
Text Example
White with #702BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BD1; }
p { color: rgb(112,43,209); }
H1.HeaderClassName
{
color: #702BD1;
}
.AnyTagClassName
{
color: #702BD1;
}
</style>
background-color css
<style>
a { background-color: #702BD1; }
a { background-color: rgb(112,43,209); }
div.DivClassName
{
background-color: #702BD1;
}
.BgClassName
{
background-color: #702BD1;
}
</style>
border-color css
<style>
span { border-color: #702BD1; }
span { border-color: rgb(112,43,209); }
td.TdClassName
{
border-color: #702BD1;
}
.TagClassName
{
border-color: #702BD1;
}
</style>