Shades of Purple Heart #7138DC
Tints of Purple Heart #7138DC
RGB
CMYK
RGB Variations
Color information
#7138DC (or 0x7138DC) is known color: Purple Heart. HEX triplet: 71, 38 and DC. RGB value is (113,56,220). Sum of RGB (Red+Green+Blue) = 113+56+220=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #7138DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7138DC is #8EC723. Grayscale: #5B5B5B. Windows color (decimal): -9357092 or 14432369. OLE color: 14432369.
HSL color Cylindrical-coordinate representation of color #7138DC: hue angle of 260.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7138DC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 56 | 220 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.14 |
| HSL | 260.85º | 0.7% | 0.54% | - |
| HSV(B) | 260.85º | 0.75% | 0.86% | - |
| XYZ | 21.14 | 11.51 | 68.82 | - |
| YUV | 91.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 220 | 0.49 | 0.75 | 0 | 0.14 | 260.85 | 0.7 | 0.54 |
| Hex | 71 | 38 | DC | 31 | 4B | 0 | E | 105 | 46 | 36 |
| Octal | 161 | 70 | 334 | 61 | 113 | 0 | 16 | 405 | 106 | 66 |
| Binary | 1110001 | 111000 | 11011100 | 110001 | 1001011 | 0 | 1110 | 100000101 | 1000110 | 110110 |
Color Harmonies of #7138DC
Complementary color
Monochromatic Colors of #7138DC
Black with #7138DC
Text Example
Text Example
White with #7138DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7138DC; }
p { color: rgb(113,56,220); }
H1.HeaderClassName
{
color: #7138DC;
}
.AnyTagClassName
{
color: #7138DC;
}
</style>
background-color css
<style>
a { background-color: #7138DC; }
a { background-color: rgb(113,56,220); }
div.DivClassName
{
background-color: #7138DC;
}
.BgClassName
{
background-color: #7138DC;
}
</style>
border-color css
<style>
span { border-color: #7138DC; }
span { border-color: rgb(113,56,220); }
td.TdClassName
{
border-color: #7138DC;
}
.TagClassName
{
border-color: #7138DC;
}
</style>