Shades of Purple #75066D
Tints of Purple #75066D
RGB
CMYK
RGB Variations
Color information
#75066D (or 0x75066D) is known color: Purple. HEX triplet: 75, 06 and 6D. RGB value is (117,6,109). Sum of RGB (Red+Green+Blue) = 117+6+109=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75066D is #8AF992. Grayscale: #323232. Windows color (decimal): -9107859 or 7145077. OLE color: 7145077.
HSL color Cylindrical-coordinate representation of color #75066D: hue angle of 304.32º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75066D is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 109 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.54 |
| HSL | 304.32º | 0.9% | 0.24% | - |
| HSV(B) | 304.32º | 0.95% | 0.46% | - |
| XYZ | 10.16 | 5.02 | 14.9 | - |
| YUV | 50.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 109 | 0 | 0.95 | 0.07 | 0.54 | 304.32 | 0.9 | 0.24 |
| Hex | 75 | 6 | 6D | 0 | 5F | 7 | 36 | 130 | 5A | 18 |
| Octal | 165 | 6 | 155 | 0 | 137 | 7 | 66 | 460 | 132 | 30 |
| Binary | 1110101 | 110 | 1101101 | 0 | 1011111 | 111 | 110110 | 100110000 | 1011010 | 11000 |
Color Harmonies of #75066D
Complementary color
Monochromatic Colors of #75066D
Black with #75066D
Text Example
Text Example
White with #75066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75066D; }
p { color: rgb(117,6,109); }
H1.HeaderClassName
{
color: #75066D;
}
.AnyTagClassName
{
color: #75066D;
}
</style>
background-color css
<style>
a { background-color: #75066D; }
a { background-color: rgb(117,6,109); }
div.DivClassName
{
background-color: #75066D;
}
.BgClassName
{
background-color: #75066D;
}
</style>
border-color css
<style>
span { border-color: #75066D; }
span { border-color: rgb(117,6,109); }
td.TdClassName
{
border-color: #75066D;
}
.TagClassName
{
border-color: #75066D;
}
</style>