Shades of Purple #75006D
Tints of Purple #75006D
RGB
CMYK
RGB Variations
Color information
#75006D (or 0x75006D) is known color: Purple. HEX triplet: 75, 00 and 6D. RGB value is (117,0,109). Sum of RGB (Red+Green+Blue) = 117+0+109=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75006D is #8AFF92. Grayscale: #2F2F2F. Windows color (decimal): -9109395 or 7143541. OLE color: 7143541.
HSL color Cylindrical-coordinate representation of color #75006D: hue angle of 304.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75006D is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.07 | 0.54 |
| HSL | 304.1º | 1% | 0.23% | - |
| HSV(B) | 304.1º | 1% | 0.46% | - |
| XYZ | 10.1 | 4.89 | 14.88 | - |
| YUV | 47.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 109 | 0 | 1 | 0.07 | 0.54 | 304.1 | 1 | 0.23 |
| Hex | 75 | 0 | 6D | 0 | 64 | 7 | 36 | 130 | 64 | 17 |
| Octal | 165 | 0 | 155 | 0 | 144 | 7 | 66 | 460 | 144 | 27 |
| Binary | 1110101 | 0 | 1101101 | 0 | 1100100 | 111 | 110110 | 100110000 | 1100100 | 10111 |
Color Harmonies of #75006D
Complementary color
Monochromatic Colors of #75006D
Black with #75006D
Text Example
Text Example
White with #75006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75006D; }
p { color: rgb(117,0,109); }
H1.HeaderClassName
{
color: #75006D;
}
.AnyTagClassName
{
color: #75006D;
}
</style>
background-color css
<style>
a { background-color: #75006D; }
a { background-color: rgb(117,0,109); }
div.DivClassName
{
background-color: #75006D;
}
.BgClassName
{
background-color: #75006D;
}
</style>
border-color css
<style>
span { border-color: #75006D; }
span { border-color: rgb(117,0,109); }
td.TdClassName
{
border-color: #75006D;
}
.TagClassName
{
border-color: #75006D;
}
</style>