Shades of Purple Heart #7038CC
Tints of Purple Heart #7038CC
RGB
CMYK
RGB Variations
Color information
#7038CC (or 0x7038CC) is known color: Purple Heart. HEX triplet: 70, 38 and CC. RGB value is (112,56,204). Sum of RGB (Red+Green+Blue) = 112+56+204=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #7038CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038CC is #8FC733. Grayscale: #595959. Windows color (decimal): -9422644 or 13383792. OLE color: 13383792.
HSL color Cylindrical-coordinate representation of color #7038CC: hue angle of 262.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7038CC is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 56 | 204 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.2 |
| HSL | 262.7º | 0.59% | 0.51% | - |
| HSV(B) | 262.7º | 0.73% | 0.8% | - |
| XYZ | 19 | 10.63 | 58.18 | - |
| YUV | 89.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 204 | 0.45 | 0.73 | 0 | 0.2 | 262.7 | 0.59 | 0.51 |
| Hex | 70 | 38 | CC | 2D | 49 | 0 | 14 | 107 | 3B | 33 |
| Octal | 160 | 70 | 314 | 55 | 111 | 0 | 24 | 407 | 73 | 63 |
| Binary | 1110000 | 111000 | 11001100 | 101101 | 1001001 | 0 | 10100 | 100000111 | 111011 | 110011 |
Color Harmonies of #7038CC
Complementary color
Monochromatic Colors of #7038CC
Black with #7038CC
Text Example
Text Example
White with #7038CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7038CC; }
p { color: rgb(112,56,204); }
H1.HeaderClassName
{
color: #7038CC;
}
.AnyTagClassName
{
color: #7038CC;
}
</style>
background-color css
<style>
a { background-color: #7038CC; }
a { background-color: rgb(112,56,204); }
div.DivClassName
{
background-color: #7038CC;
}
.BgClassName
{
background-color: #7038CC;
}
</style>
border-color css
<style>
span { border-color: #7038CC; }
span { border-color: rgb(112,56,204); }
td.TdClassName
{
border-color: #7038CC;
}
.TagClassName
{
border-color: #7038CC;
}
</style>