Shades of Purple #760294
Tints of Purple #760294
RGB
CMYK
RGB Variations
Color information
#760294 (or 0x760294) is known color: Purple. HEX triplet: 76, 02 and 94. RGB value is (118,2,148). Sum of RGB (Red+Green+Blue) = 118+2+148=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #760294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760294 is #89FD6B. Grayscale: #343434. Windows color (decimal): -9043308 or 9699958. OLE color: 9699958.
HSL color Cylindrical-coordinate representation of color #760294: hue angle of 287.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760294 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 2 | 148 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.42 |
| HSL | 287.67º | 0.97% | 0.29% | - |
| HSV(B) | 287.67º | 0.99% | 0.58% | - |
| XYZ | 12.84 | 6.03 | 28.5 | - |
| YUV | 53.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 148 | 0.20 | 0.99 | 0 | 0.42 | 287.67 | 0.97 | 0.29 |
| Hex | 76 | 2 | 94 | 14 | 63 | 0 | 2A | 120 | 61 | 1D |
| Octal | 166 | 2 | 224 | 24 | 143 | 0 | 52 | 440 | 141 | 35 |
| Binary | 1110110 | 10 | 10010100 | 10100 | 1100011 | 0 | 101010 | 100100000 | 1100001 | 11101 |
Color Harmonies of #760294
Complementary color
Monochromatic Colors of #760294
Black with #760294
Text Example
Text Example
White with #760294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760294; }
p { color: rgb(118,2,148); }
H1.HeaderClassName
{
color: #760294;
}
.AnyTagClassName
{
color: #760294;
}
</style>
background-color css
<style>
a { background-color: #760294; }
a { background-color: rgb(118,2,148); }
div.DivClassName
{
background-color: #760294;
}
.BgClassName
{
background-color: #760294;
}
</style>
border-color css
<style>
span { border-color: #760294; }
span { border-color: rgb(118,2,148); }
td.TdClassName
{
border-color: #760294;
}
.TagClassName
{
border-color: #760294;
}
</style>