Shades of Purple #750270
Tints of Purple #750270
RGB
CMYK
RGB Variations
Color information
#750270 (or 0x750270) is known color: Purple. HEX triplet: 75, 02 and 70. RGB value is (117,2,112). Sum of RGB (Red+Green+Blue) = 117+2+112=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #750270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750270 is #8AFD8F. Grayscale: #303030. Windows color (decimal): -9108880 or 7340661. OLE color: 7340661.
HSL color Cylindrical-coordinate representation of color #750270: hue angle of 302.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750270 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 112 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.54 |
| HSL | 302.61º | 0.97% | 0.23% | - |
| HSV(B) | 302.61º | 0.98% | 0.46% | - |
| XYZ | 10.28 | 5 | 15.75 | - |
| YUV | 48.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 112 | 0 | 0.98 | 0.04 | 0.54 | 302.61 | 0.97 | 0.23 |
| Hex | 75 | 2 | 70 | 0 | 62 | 4 | 36 | 12F | 61 | 17 |
| Octal | 165 | 2 | 160 | 0 | 142 | 4 | 66 | 457 | 141 | 27 |
| Binary | 1110101 | 10 | 1110000 | 0 | 1100010 | 100 | 110110 | 100101111 | 1100001 | 10111 |
Color Harmonies of #750270
Complementary color
Monochromatic Colors of #750270
Black with #750270
Text Example
Text Example
White with #750270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750270; }
p { color: rgb(117,2,112); }
H1.HeaderClassName
{
color: #750270;
}
.AnyTagClassName
{
color: #750270;
}
</style>
background-color css
<style>
a { background-color: #750270; }
a { background-color: rgb(117,2,112); }
div.DivClassName
{
background-color: #750270;
}
.BgClassName
{
background-color: #750270;
}
</style>
border-color css
<style>
span { border-color: #750270; }
span { border-color: rgb(117,2,112); }
td.TdClassName
{
border-color: #750270;
}
.TagClassName
{
border-color: #750270;
}
</style>