Shades of Purple #760270
Tints of Purple #760270
RGB
CMYK
RGB Variations
Color information
#760270 (or 0x760270) is known color: Purple. HEX triplet: 76, 02 and 70. RGB value is (118,2,112). Sum of RGB (Red+Green+Blue) = 118+2+112=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #760270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760270 is #89FD8F. Grayscale: #303030. Windows color (decimal): -9043344 or 7340662. OLE color: 7340662.
HSL color Cylindrical-coordinate representation of color #760270: hue angle of 303.1º 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 #760270 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 112 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.54 |
| HSL | 303.1º | 0.97% | 0.24% | - |
| HSV(B) | 303.1º | 0.98% | 0.46% | - |
| XYZ | 10.42 | 5.06 | 15.76 | - |
| YUV | 49.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 112 | 0 | 0.98 | 0.05 | 0.54 | 303.1 | 0.97 | 0.24 |
| Hex | 76 | 2 | 70 | 0 | 62 | 5 | 36 | 12F | 61 | 18 |
| Octal | 166 | 2 | 160 | 0 | 142 | 5 | 66 | 457 | 141 | 30 |
| Binary | 1110110 | 10 | 1110000 | 0 | 1100010 | 101 | 110110 | 100101111 | 1100001 | 11000 |
Color Harmonies of #760270
Complementary color
Monochromatic Colors of #760270
Black with #760270
Text Example
Text Example
White with #760270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760270; }
p { color: rgb(118,2,112); }
H1.HeaderClassName
{
color: #760270;
}
.AnyTagClassName
{
color: #760270;
}
</style>
background-color css
<style>
a { background-color: #760270; }
a { background-color: rgb(118,2,112); }
div.DivClassName
{
background-color: #760270;
}
.BgClassName
{
background-color: #760270;
}
</style>
border-color css
<style>
span { border-color: #760270; }
span { border-color: rgb(118,2,112); }
td.TdClassName
{
border-color: #760270;
}
.TagClassName
{
border-color: #760270;
}
</style>