Shades of Purple Heart #700FB5
Tints of Purple Heart #700FB5
RGB
CMYK
RGB Variations
Color information
#700FB5 (or 0x700FB5) is known color: Purple Heart. HEX triplet: 70, 0F and B5. RGB value is (112,15,181). Sum of RGB (Red+Green+Blue) = 112+15+181=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #700FB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FB5 is #8FF04A. Grayscale: #3E3E3E. Windows color (decimal): -9433163 or 11865968. OLE color: 11865968.
HSL color Cylindrical-coordinate representation of color #700FB5: hue angle of 275.06º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700FB5 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 15 | 181 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.29 |
| HSL | 275.06º | 0.85% | 0.38% | - |
| HSV(B) | 275.06º | 0.92% | 0.71% | - |
| XYZ | 15.19 | 7.12 | 44.29 | - |
| YUV | 62.93 | 194.64 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 181 | 0.38 | 0.92 | 0 | 0.29 | 275.06 | 0.85 | 0.38 |
| Hex | 70 | F | B5 | 26 | 5C | 0 | 1D | 113 | 55 | 26 |
| Octal | 160 | 17 | 265 | 46 | 134 | 0 | 35 | 423 | 125 | 46 |
| Binary | 1110000 | 1111 | 10110101 | 100110 | 1011100 | 0 | 11101 | 100010011 | 1010101 | 100110 |
Color Harmonies of #700FB5
Complementary color
Monochromatic Colors of #700FB5
Black with #700FB5
Text Example
Text Example
White with #700FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FB5; }
p { color: rgb(112,15,181); }
H1.HeaderClassName
{
color: #700FB5;
}
.AnyTagClassName
{
color: #700FB5;
}
</style>
background-color css
<style>
a { background-color: #700FB5; }
a { background-color: rgb(112,15,181); }
div.DivClassName
{
background-color: #700FB5;
}
.BgClassName
{
background-color: #700FB5;
}
</style>
border-color css
<style>
span { border-color: #700FB5; }
span { border-color: rgb(112,15,181); }
td.TdClassName
{
border-color: #700FB5;
}
.TagClassName
{
border-color: #700FB5;
}
</style>