Shades of Purple Heart #7133DB
Tints of Purple Heart #7133DB
RGB
CMYK
RGB Variations
Color information
#7133DB (or 0x7133DB) is known color: Purple Heart. HEX triplet: 71, 33 and DB. RGB value is (113,51,219). Sum of RGB (Red+Green+Blue) = 113+51+219=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #7133DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7133DB is #8ECC24. Grayscale: #585858. Windows color (decimal): -9358373 or 14365553. OLE color: 14365553.
HSL color Cylindrical-coordinate representation of color #7133DB: hue angle of 262.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7133DB is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 51 | 219 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.14 |
| HSL | 262.14º | 0.7% | 0.53% | - |
| HSV(B) | 262.14º | 0.77% | 0.86% | - |
| XYZ | 20.78 | 10.99 | 68.04 | - |
| YUV | 88.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 219 | 0.48 | 0.77 | 0 | 0.14 | 262.14 | 0.7 | 0.53 |
| Hex | 71 | 33 | DB | 30 | 4D | 0 | E | 106 | 46 | 35 |
| Octal | 161 | 63 | 333 | 60 | 115 | 0 | 16 | 406 | 106 | 65 |
| Binary | 1110001 | 110011 | 11011011 | 110000 | 1001101 | 0 | 1110 | 100000110 | 1000110 | 110101 |
Color Harmonies of #7133DB
Complementary color
Monochromatic Colors of #7133DB
Black with #7133DB
Text Example
Text Example
White with #7133DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7133DB; }
p { color: rgb(113,51,219); }
H1.HeaderClassName
{
color: #7133DB;
}
.AnyTagClassName
{
color: #7133DB;
}
</style>
background-color css
<style>
a { background-color: #7133DB; }
a { background-color: rgb(113,51,219); }
div.DivClassName
{
background-color: #7133DB;
}
.BgClassName
{
background-color: #7133DB;
}
</style>
border-color css
<style>
span { border-color: #7133DB; }
span { border-color: rgb(113,51,219); }
td.TdClassName
{
border-color: #7133DB;
}
.TagClassName
{
border-color: #7133DB;
}
</style>