Shades of Purple #760388
Tints of Purple #760388
RGB
CMYK
RGB Variations
Color information
#760388 (or 0x760388) is known color: Purple. HEX triplet: 76, 03 and 88. RGB value is (118,3,136). Sum of RGB (Red+Green+Blue) = 118+3+136=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #760388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760388 is #89FC77. Grayscale: #343434. Windows color (decimal): -9043064 or 8913782. OLE color: 8913782.
HSL color Cylindrical-coordinate representation of color #760388: hue angle of 291.88º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760388 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 3 | 136 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.47 |
| HSL | 291.88º | 0.96% | 0.27% | - |
| HSV(B) | 291.88º | 0.98% | 0.53% | - |
| XYZ | 11.95 | 5.69 | 23.76 | - |
| YUV | 52.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 136 | 0.13 | 0.98 | 0 | 0.47 | 291.88 | 0.96 | 0.27 |
| Hex | 76 | 3 | 88 | D | 62 | 0 | 2F | 124 | 60 | 1B |
| Octal | 166 | 3 | 210 | 15 | 142 | 0 | 57 | 444 | 140 | 33 |
| Binary | 1110110 | 11 | 10001000 | 1101 | 1100010 | 0 | 101111 | 100100100 | 1100000 | 11011 |
Color Harmonies of #760388
Complementary color
Monochromatic Colors of #760388
Black with #760388
Text Example
Text Example
White with #760388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760388; }
p { color: rgb(118,3,136); }
H1.HeaderClassName
{
color: #760388;
}
.AnyTagClassName
{
color: #760388;
}
</style>
background-color css
<style>
a { background-color: #760388; }
a { background-color: rgb(118,3,136); }
div.DivClassName
{
background-color: #760388;
}
.BgClassName
{
background-color: #760388;
}
</style>
border-color css
<style>
span { border-color: #760388; }
span { border-color: rgb(118,3,136); }
td.TdClassName
{
border-color: #760388;
}
.TagClassName
{
border-color: #760388;
}
</style>