Shades of Purple Heart #7133C0
Tints of Purple Heart #7133C0
RGB
CMYK
RGB Variations
Color information
#7133C0 (or 0x7133C0) is known color: Purple Heart. HEX triplet: 71, 33 and C0. RGB value is (113,51,192). Sum of RGB (Red+Green+Blue) = 113+51+192=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #7133C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7133C0 is #8ECC3F. Grayscale: #555555. Windows color (decimal): -9358400 or 12596081. OLE color: 12596081.
HSL color Cylindrical-coordinate representation of color #7133C0: hue angle of 266.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7133C0 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 51 | 192 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.25 |
| HSL | 266.38º | 0.58% | 0.48% | - |
| HSV(B) | 266.38º | 0.73% | 0.75% | - |
| XYZ | 17.51 | 9.68 | 50.82 | - |
| YUV | 85.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 192 | 0.41 | 0.73 | 0 | 0.25 | 266.38 | 0.58 | 0.48 |
| Hex | 71 | 33 | C0 | 29 | 49 | 0 | 19 | 10A | 3A | 30 |
| Octal | 161 | 63 | 300 | 51 | 111 | 0 | 31 | 412 | 72 | 60 |
| Binary | 1110001 | 110011 | 11000000 | 101001 | 1001001 | 0 | 11001 | 100001010 | 111010 | 110000 |
Color Harmonies of #7133C0
Complementary color
Monochromatic Colors of #7133C0
Black with #7133C0
Text Example
Text Example
White with #7133C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7133C0; }
p { color: rgb(113,51,192); }
H1.HeaderClassName
{
color: #7133C0;
}
.AnyTagClassName
{
color: #7133C0;
}
</style>
background-color css
<style>
a { background-color: #7133C0; }
a { background-color: rgb(113,51,192); }
div.DivClassName
{
background-color: #7133C0;
}
.BgClassName
{
background-color: #7133C0;
}
</style>
border-color css
<style>
span { border-color: #7133C0; }
span { border-color: rgb(113,51,192); }
td.TdClassName
{
border-color: #7133C0;
}
.TagClassName
{
border-color: #7133C0;
}
</style>