Shades of Purple #75016F
Tints of Purple #75016F
RGB
CMYK
RGB Variations
Color information
#75016F (or 0x75016F) is known color: Purple. HEX triplet: 75, 01 and 6F. RGB value is (117,1,111). Sum of RGB (Red+Green+Blue) = 117+1+111=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75016F is #8AFE90. Grayscale: #2F2F2F. Windows color (decimal): -9109137 or 7274869. OLE color: 7274869.
HSL color Cylindrical-coordinate representation of color #75016F: hue angle of 303.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75016F is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.54 |
| HSL | 303.1º | 0.98% | 0.23% | - |
| HSV(B) | 303.1º | 0.99% | 0.46% | - |
| XYZ | 10.22 | 4.95 | 15.46 | - |
| YUV | 48.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 111 | 0 | 0.99 | 0.05 | 0.54 | 303.1 | 0.98 | 0.23 |
| Hex | 75 | 1 | 6F | 0 | 63 | 5 | 36 | 12F | 62 | 17 |
| Octal | 165 | 1 | 157 | 0 | 143 | 5 | 66 | 457 | 142 | 27 |
| Binary | 1110101 | 1 | 1101111 | 0 | 1100011 | 101 | 110110 | 100101111 | 1100010 | 10111 |
Color Harmonies of #75016F
Complementary color
Monochromatic Colors of #75016F
Black with #75016F
Text Example
Text Example
White with #75016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75016F; }
p { color: rgb(117,1,111); }
H1.HeaderClassName
{
color: #75016F;
}
.AnyTagClassName
{
color: #75016F;
}
</style>
background-color css
<style>
a { background-color: #75016F; }
a { background-color: rgb(117,1,111); }
div.DivClassName
{
background-color: #75016F;
}
.BgClassName
{
background-color: #75016F;
}
</style>
border-color css
<style>
span { border-color: #75016F; }
span { border-color: rgb(117,1,111); }
td.TdClassName
{
border-color: #75016F;
}
.TagClassName
{
border-color: #75016F;
}
</style>