Shades of Purple Heart #7138DB
Tints of Purple Heart #7138DB
RGB
CMYK
RGB Variations
Color information
#7138DB (or 0x7138DB) is known color: Purple Heart. HEX triplet: 71, 38 and DB. RGB value is (113,56,219). Sum of RGB (Red+Green+Blue) = 113+56+219=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #7138DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7138DB is #8EC724. Grayscale: #5B5B5B. Windows color (decimal): -9357093 or 14366833. OLE color: 14366833.
HSL color Cylindrical-coordinate representation of color #7138DB: hue angle of 260.98º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7138DB is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 56 | 219 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.14 |
| HSL | 260.98º | 0.69% | 0.54% | - |
| HSV(B) | 260.98º | 0.74% | 0.86% | - |
| XYZ | 21.01 | 11.45 | 68.12 | - |
| YUV | 91.63 | 199.88 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 219 | 0.48 | 0.74 | 0 | 0.14 | 260.98 | 0.69 | 0.54 |
| Hex | 71 | 38 | DB | 30 | 4A | 0 | E | 105 | 45 | 36 |
| Octal | 161 | 70 | 333 | 60 | 112 | 0 | 16 | 405 | 105 | 66 |
| Binary | 1110001 | 111000 | 11011011 | 110000 | 1001010 | 0 | 1110 | 100000101 | 1000101 | 110110 |
Color Harmonies of #7138DB
Complementary color
Monochromatic Colors of #7138DB
Black with #7138DB
Text Example
Text Example
White with #7138DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7138DB; }
p { color: rgb(113,56,219); }
H1.HeaderClassName
{
color: #7138DB;
}
.AnyTagClassName
{
color: #7138DB;
}
</style>
background-color css
<style>
a { background-color: #7138DB; }
a { background-color: rgb(113,56,219); }
div.DivClassName
{
background-color: #7138DB;
}
.BgClassName
{
background-color: #7138DB;
}
</style>
border-color css
<style>
span { border-color: #7138DB; }
span { border-color: rgb(113,56,219); }
td.TdClassName
{
border-color: #7138DB;
}
.TagClassName
{
border-color: #7138DB;
}
</style>