Shades of Purple #75006C
Tints of Purple #75006C
RGB
CMYK
RGB Variations
Color information
#75006C (or 0x75006C) is known color: Purple. HEX triplet: 75, 00 and 6C. RGB value is (117,0,108). Sum of RGB (Red+Green+Blue) = 117+0+108=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75006C is #8AFF93. Grayscale: #2E2E2E. Windows color (decimal): -9109396 or 7078005. OLE color: 7078005.
HSL color Cylindrical-coordinate representation of color #75006C: hue angle of 304.62º 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 #75006C is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.08 | 0.54 |
| HSL | 304.62º | 1% | 0.23% | - |
| HSV(B) | 304.62º | 1% | 0.46% | - |
| XYZ | 10.04 | 4.86 | 14.6 | - |
| YUV | 47.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 108 | 0 | 1 | 0.08 | 0.54 | 304.62 | 1 | 0.23 |
| Hex | 75 | 0 | 6C | 0 | 64 | 8 | 36 | 131 | 64 | 17 |
| Octal | 165 | 0 | 154 | 0 | 144 | 10 | 66 | 461 | 144 | 27 |
| Binary | 1110101 | 0 | 1101100 | 0 | 1100100 | 1000 | 110110 | 100110001 | 1100100 | 10111 |
Color Harmonies of #75006C
Complementary color
Monochromatic Colors of #75006C
Black with #75006C
Text Example
Text Example
White with #75006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75006C; }
p { color: rgb(117,0,108); }
H1.HeaderClassName
{
color: #75006C;
}
.AnyTagClassName
{
color: #75006C;
}
</style>
background-color css
<style>
a { background-color: #75006C; }
a { background-color: rgb(117,0,108); }
div.DivClassName
{
background-color: #75006C;
}
.BgClassName
{
background-color: #75006C;
}
</style>
border-color css
<style>
span { border-color: #75006C; }
span { border-color: rgb(117,0,108); }
td.TdClassName
{
border-color: #75006C;
}
.TagClassName
{
border-color: #75006C;
}
</style>