Shades of Purple Heart #700CCB
Tints of Purple Heart #700CCB
RGB
CMYK
RGB Variations
Color information
#700CCB (or 0x700CCB) is known color: Purple Heart. HEX triplet: 70, 0C and CB. RGB value is (112,12,203). Sum of RGB (Red+Green+Blue) = 112+12+203=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #700CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CCB is #8FF334. Grayscale: #3F3F3F. Windows color (decimal): -9433909 or 13306992. OLE color: 13306992.
HSL color Cylindrical-coordinate representation of color #700CCB: hue angle of 271.41º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CCB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 12 | 203 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.20 |
| HSL | 271.41º | 0.89% | 0.42% | - |
| HSV(B) | 271.41º | 0.94% | 0.8% | - |
| XYZ | 17.59 | 8.02 | 57.12 | - |
| YUV | 63.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 203 | 0.45 | 0.94 | 0 | 0.20 | 271.41 | 0.89 | 0.42 |
| Hex | 70 | C | CB | 2D | 5E | 0 | 14 | 10F | 59 | 2A |
| Octal | 160 | 14 | 313 | 55 | 136 | 0 | 24 | 417 | 131 | 52 |
| Binary | 1110000 | 1100 | 11001011 | 101101 | 1011110 | 0 | 10100 | 100001111 | 1011001 | 101010 |
Color Harmonies of #700CCB
Complementary color
Monochromatic Colors of #700CCB
Black with #700CCB
Text Example
Text Example
White with #700CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CCB; }
p { color: rgb(112,12,203); }
H1.HeaderClassName
{
color: #700CCB;
}
.AnyTagClassName
{
color: #700CCB;
}
</style>
background-color css
<style>
a { background-color: #700CCB; }
a { background-color: rgb(112,12,203); }
div.DivClassName
{
background-color: #700CCB;
}
.BgClassName
{
background-color: #700CCB;
}
</style>
border-color css
<style>
span { border-color: #700CCB; }
span { border-color: rgb(112,12,203); }
td.TdClassName
{
border-color: #700CCB;
}
.TagClassName
{
border-color: #700CCB;
}
</style>