Shades of Purple Heart #7038C3
Tints of Purple Heart #7038C3
RGB
CMYK
RGB Variations
Color information
#7038C3 (or 0x7038C3) is known color: Purple Heart. HEX triplet: 70, 38 and C3. RGB value is (112,56,195). Sum of RGB (Red+Green+Blue) = 112+56+195=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #7038C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038C3 is #8FC73C. Grayscale: #585858. Windows color (decimal): -9422653 or 12793968. OLE color: 12793968.
HSL color Cylindrical-coordinate representation of color #7038C3: hue angle of 264.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7038C3 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 56 | 195 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.24 |
| HSL | 264.17º | 0.55% | 0.49% | - |
| HSV(B) | 264.17º | 0.71% | 0.76% | - |
| XYZ | 17.95 | 10.21 | 52.66 | - |
| YUV | 88.59 | 188.05 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 195 | 0.43 | 0.71 | 0 | 0.24 | 264.17 | 0.55 | 0.49 |
| Hex | 70 | 38 | C3 | 2B | 47 | 0 | 18 | 108 | 37 | 31 |
| Octal | 160 | 70 | 303 | 53 | 107 | 0 | 30 | 410 | 67 | 61 |
| Binary | 1110000 | 111000 | 11000011 | 101011 | 1000111 | 0 | 11000 | 100001000 | 110111 | 110001 |
Color Harmonies of #7038C3
Complementary color
Monochromatic Colors of #7038C3
Black with #7038C3
Text Example
Text Example
White with #7038C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7038C3; }
p { color: rgb(112,56,195); }
H1.HeaderClassName
{
color: #7038C3;
}
.AnyTagClassName
{
color: #7038C3;
}
</style>
background-color css
<style>
a { background-color: #7038C3; }
a { background-color: rgb(112,56,195); }
div.DivClassName
{
background-color: #7038C3;
}
.BgClassName
{
background-color: #7038C3;
}
</style>
border-color css
<style>
span { border-color: #7038C3; }
span { border-color: rgb(112,56,195); }
td.TdClassName
{
border-color: #7038C3;
}
.TagClassName
{
border-color: #7038C3;
}
</style>