Shades of Purple #75006F
Tints of Purple #75006F
RGB
CMYK
RGB Variations
Color information
#75006F (or 0x75006F) is known color: Purple. HEX triplet: 75, 00 and 6F. RGB value is (117,0,111). Sum of RGB (Red+Green+Blue) = 117+0+111=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75006F is #8AFF90. Grayscale: #2F2F2F. Windows color (decimal): -9109393 or 7274613. OLE color: 7274613.
HSL color Cylindrical-coordinate representation of color #75006F: hue angle of 303.08º 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 #75006F is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.05 | 0.54 |
| HSL | 303.08º | 1% | 0.23% | - |
| HSV(B) | 303.08º | 1% | 0.46% | - |
| XYZ | 10.21 | 4.93 | 15.45 | - |
| YUV | 47.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 111 | 0 | 1 | 0.05 | 0.54 | 303.08 | 1 | 0.23 |
| Hex | 75 | 0 | 6F | 0 | 64 | 5 | 36 | 12F | 64 | 17 |
| Octal | 165 | 0 | 157 | 0 | 144 | 5 | 66 | 457 | 144 | 27 |
| Binary | 1110101 | 0 | 1101111 | 0 | 1100100 | 101 | 110110 | 100101111 | 1100100 | 10111 |
Color Harmonies of #75006F
Complementary color
Monochromatic Colors of #75006F
Black with #75006F
Text Example
Text Example
White with #75006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75006F; }
p { color: rgb(117,0,111); }
H1.HeaderClassName
{
color: #75006F;
}
.AnyTagClassName
{
color: #75006F;
}
</style>
background-color css
<style>
a { background-color: #75006F; }
a { background-color: rgb(117,0,111); }
div.DivClassName
{
background-color: #75006F;
}
.BgClassName
{
background-color: #75006F;
}
</style>
border-color css
<style>
span { border-color: #75006F; }
span { border-color: rgb(117,0,111); }
td.TdClassName
{
border-color: #75006F;
}
.TagClassName
{
border-color: #75006F;
}
</style>