Shades of Purple #760583
Tints of Purple #760583
RGB
CMYK
RGB Variations
Color information
#760583 (or 0x760583) is known color: Purple. HEX triplet: 76, 05 and 83. RGB value is (118,5,131). Sum of RGB (Red+Green+Blue) = 118+5+131=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #760583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760583 is #89FA7C. Grayscale: #343434. Windows color (decimal): -9042557 or 8586614. OLE color: 8586614.
HSL color Cylindrical-coordinate representation of color #760583: hue angle of 293.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760583 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 5 | 131 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.49 |
| HSL | 293.81º | 0.93% | 0.27% | - |
| HSV(B) | 293.81º | 0.96% | 0.51% | - |
| XYZ | 11.62 | 5.6 | 21.94 | - |
| YUV | 53.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 131 | 0.10 | 0.96 | 0 | 0.49 | 293.81 | 0.93 | 0.27 |
| Hex | 76 | 5 | 83 | A | 60 | 0 | 31 | 126 | 5D | 1B |
| Octal | 166 | 5 | 203 | 12 | 140 | 0 | 61 | 446 | 135 | 33 |
| Binary | 1110110 | 101 | 10000011 | 1010 | 1100000 | 0 | 110001 | 100100110 | 1011101 | 11011 |
Color Harmonies of #760583
Complementary color
Monochromatic Colors of #760583
Black with #760583
Text Example
Text Example
White with #760583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760583; }
p { color: rgb(118,5,131); }
H1.HeaderClassName
{
color: #760583;
}
.AnyTagClassName
{
color: #760583;
}
</style>
background-color css
<style>
a { background-color: #760583; }
a { background-color: rgb(118,5,131); }
div.DivClassName
{
background-color: #760583;
}
.BgClassName
{
background-color: #760583;
}
</style>
border-color css
<style>
span { border-color: #760583; }
span { border-color: rgb(118,5,131); }
td.TdClassName
{
border-color: #760583;
}
.TagClassName
{
border-color: #760583;
}
</style>