Shades of Purple #760372
Tints of Purple #760372
RGB
CMYK
RGB Variations
Color information
#760372 (or 0x760372) is known color: Purple. HEX triplet: 76, 03 and 72. RGB value is (118,3,114). Sum of RGB (Red+Green+Blue) = 118+3+114=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #760372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760372 is #89FC8D. Grayscale: #313131. Windows color (decimal): -9043086 or 7471990. OLE color: 7471990.
HSL color Cylindrical-coordinate representation of color #760372: hue angle of 302.09º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760372 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 114 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.54 |
| HSL | 302.09º | 0.95% | 0.24% | - |
| HSV(B) | 302.09º | 0.97% | 0.46% | - |
| XYZ | 10.54 | 5.13 | 16.35 | - |
| YUV | 50.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 114 | 0 | 0.97 | 0.03 | 0.54 | 302.09 | 0.95 | 0.24 |
| Hex | 76 | 3 | 72 | 0 | 61 | 3 | 36 | 12E | 5F | 18 |
| Octal | 166 | 3 | 162 | 0 | 141 | 3 | 66 | 456 | 137 | 30 |
| Binary | 1110110 | 11 | 1110010 | 0 | 1100001 | 11 | 110110 | 100101110 | 1011111 | 11000 |
Color Harmonies of #760372
Complementary color
Monochromatic Colors of #760372
Black with #760372
Text Example
Text Example
White with #760372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760372; }
p { color: rgb(118,3,114); }
H1.HeaderClassName
{
color: #760372;
}
.AnyTagClassName
{
color: #760372;
}
</style>
background-color css
<style>
a { background-color: #760372; }
a { background-color: rgb(118,3,114); }
div.DivClassName
{
background-color: #760372;
}
.BgClassName
{
background-color: #760372;
}
</style>
border-color css
<style>
span { border-color: #760372; }
span { border-color: rgb(118,3,114); }
td.TdClassName
{
border-color: #760372;
}
.TagClassName
{
border-color: #760372;
}
</style>