Shades of Purple Heart #702FC5
Tints of Purple Heart #702FC5
RGB
CMYK
RGB Variations
Color information
#702FC5 (or 0x702FC5) is known color: Purple Heart. HEX triplet: 70, 2F and C5. RGB value is (112,47,197). Sum of RGB (Red+Green+Blue) = 112+47+197=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #702FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FC5 is #8FD03A. Grayscale: #535353. Windows color (decimal): -9424955 or 12922736. OLE color: 12922736.
HSL color Cylindrical-coordinate representation of color #702FC5: hue angle of 266º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #702FC5 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 47 | 197 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.23 |
| HSL | 266º | 0.61% | 0.48% | - |
| HSV(B) | 266º | 0.76% | 0.77% | - |
| XYZ | 17.78 | 9.51 | 53.72 | - |
| YUV | 83.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 197 | 0.43 | 0.76 | 0 | 0.23 | 266 | 0.61 | 0.48 |
| Hex | 70 | 2F | C5 | 2B | 4C | 0 | 17 | 10A | 3D | 30 |
| Octal | 160 | 57 | 305 | 53 | 114 | 0 | 27 | 412 | 75 | 60 |
| Binary | 1110000 | 101111 | 11000101 | 101011 | 1001100 | 0 | 10111 | 100001010 | 111101 | 110000 |
Color Harmonies of #702FC5
Complementary color
Monochromatic Colors of #702FC5
Black with #702FC5
Text Example
Text Example
White with #702FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FC5; }
p { color: rgb(112,47,197); }
H1.HeaderClassName
{
color: #702FC5;
}
.AnyTagClassName
{
color: #702FC5;
}
</style>
background-color css
<style>
a { background-color: #702FC5; }
a { background-color: rgb(112,47,197); }
div.DivClassName
{
background-color: #702FC5;
}
.BgClassName
{
background-color: #702FC5;
}
</style>
border-color css
<style>
span { border-color: #702FC5; }
span { border-color: rgb(112,47,197); }
td.TdClassName
{
border-color: #702FC5;
}
.TagClassName
{
border-color: #702FC5;
}
</style>