Shades of Purple Heart #702FC3
Tints of Purple Heart #702FC3
RGB
CMYK
RGB Variations
Color information
#702FC3 (or 0x702FC3) is known color: Purple Heart. HEX triplet: 70, 2F and C3. RGB value is (112,47,195). Sum of RGB (Red+Green+Blue) = 112+47+195=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #702FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FC3 is #8FD03C. Grayscale: #525252. Windows color (decimal): -9424957 or 12791664. OLE color: 12791664.
HSL color Cylindrical-coordinate representation of color #702FC3: hue angle of 266.35º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702FC3 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 47 | 195 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.24 |
| HSL | 266.35º | 0.61% | 0.47% | - |
| HSV(B) | 266.35º | 0.76% | 0.76% | - |
| XYZ | 17.55 | 9.42 | 52.52 | - |
| YUV | 83.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 195 | 0.43 | 0.76 | 0 | 0.24 | 266.35 | 0.61 | 0.47 |
| Hex | 70 | 2F | C3 | 2B | 4C | 0 | 18 | 10A | 3D | 2F |
| Octal | 160 | 57 | 303 | 53 | 114 | 0 | 30 | 412 | 75 | 57 |
| Binary | 1110000 | 101111 | 11000011 | 101011 | 1001100 | 0 | 11000 | 100001010 | 111101 | 101111 |
Color Harmonies of #702FC3
Complementary color
Monochromatic Colors of #702FC3
Black with #702FC3
Text Example
Text Example
White with #702FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FC3; }
p { color: rgb(112,47,195); }
H1.HeaderClassName
{
color: #702FC3;
}
.AnyTagClassName
{
color: #702FC3;
}
</style>
background-color css
<style>
a { background-color: #702FC3; }
a { background-color: rgb(112,47,195); }
div.DivClassName
{
background-color: #702FC3;
}
.BgClassName
{
background-color: #702FC3;
}
</style>
border-color css
<style>
span { border-color: #702FC3; }
span { border-color: rgb(112,47,195); }
td.TdClassName
{
border-color: #702FC3;
}
.TagClassName
{
border-color: #702FC3;
}
</style>