Shades of Purple #75068D
Tints of Purple #75068D
RGB
CMYK
RGB Variations
Color information
#75068D (or 0x75068D) is known color: Purple. HEX triplet: 75, 06 and 8D. RGB value is (117,6,141). Sum of RGB (Red+Green+Blue) = 117+6+141=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #75068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75068D is #8AF972. Grayscale: #363636. Windows color (decimal): -9107827 or 9242229. OLE color: 9242229.
HSL color Cylindrical-coordinate representation of color #75068D: hue angle of 289.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75068D is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 6 | 141 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.45 |
| HSL | 289.33º | 0.92% | 0.29% | - |
| HSV(B) | 289.33º | 0.96% | 0.55% | - |
| XYZ | 12.21 | 5.84 | 25.68 | - |
| YUV | 54.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 141 | 0.17 | 0.96 | 0 | 0.45 | 289.33 | 0.92 | 0.29 |
| Hex | 75 | 6 | 8D | 11 | 60 | 0 | 2D | 121 | 5C | 1D |
| Octal | 165 | 6 | 215 | 21 | 140 | 0 | 55 | 441 | 134 | 35 |
| Binary | 1110101 | 110 | 10001101 | 10001 | 1100000 | 0 | 101101 | 100100001 | 1011100 | 11101 |
Color Harmonies of #75068D
Complementary color
Monochromatic Colors of #75068D
Black with #75068D
Text Example
Text Example
White with #75068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75068D; }
p { color: rgb(117,6,141); }
H1.HeaderClassName
{
color: #75068D;
}
.AnyTagClassName
{
color: #75068D;
}
</style>
background-color css
<style>
a { background-color: #75068D; }
a { background-color: rgb(117,6,141); }
div.DivClassName
{
background-color: #75068D;
}
.BgClassName
{
background-color: #75068D;
}
</style>
border-color css
<style>
span { border-color: #75068D; }
span { border-color: rgb(117,6,141); }
td.TdClassName
{
border-color: #75068D;
}
.TagClassName
{
border-color: #75068D;
}
</style>