Shades of Purple #760274
Tints of Purple #760274
RGB
CMYK
RGB Variations
Color information
#760274 (or 0x760274) is known color: Purple. HEX triplet: 76, 02 and 74. RGB value is (118,2,116). Sum of RGB (Red+Green+Blue) = 118+2+116=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #760274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760274 is #89FD8B. Grayscale: #313131. Windows color (decimal): -9043340 or 7602806. OLE color: 7602806.
HSL color Cylindrical-coordinate representation of color #760274: hue angle of 301.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760274 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 116 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.54 |
| HSL | 301.03º | 0.97% | 0.24% | - |
| HSV(B) | 301.03º | 0.98% | 0.46% | - |
| XYZ | 10.65 | 5.16 | 16.96 | - |
| YUV | 49.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 116 | 0 | 0.98 | 0.02 | 0.54 | 301.03 | 0.97 | 0.24 |
| Hex | 76 | 2 | 74 | 0 | 62 | 2 | 36 | 12D | 61 | 18 |
| Octal | 166 | 2 | 164 | 0 | 142 | 2 | 66 | 455 | 141 | 30 |
| Binary | 1110110 | 10 | 1110100 | 0 | 1100010 | 10 | 110110 | 100101101 | 1100001 | 11000 |
Color Harmonies of #760274
Complementary color
Monochromatic Colors of #760274
Black with #760274
Text Example
Text Example
White with #760274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760274; }
p { color: rgb(118,2,116); }
H1.HeaderClassName
{
color: #760274;
}
.AnyTagClassName
{
color: #760274;
}
</style>
background-color css
<style>
a { background-color: #760274; }
a { background-color: rgb(118,2,116); }
div.DivClassName
{
background-color: #760274;
}
.BgClassName
{
background-color: #760274;
}
</style>
border-color css
<style>
span { border-color: #760274; }
span { border-color: rgb(118,2,116); }
td.TdClassName
{
border-color: #760274;
}
.TagClassName
{
border-color: #760274;
}
</style>