Shades of Purple #75067E
Tints of Purple #75067E
RGB
CMYK
RGB Variations
Color information
#75067E (or 0x75067E) is known color: Purple. HEX triplet: 75, 06 and 7E. RGB value is (117,6,126). Sum of RGB (Red+Green+Blue) = 117+6+126=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #75067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75067E is #8AF981. Grayscale: #343434. Windows color (decimal): -9107842 or 8259189. OLE color: 8259189.
HSL color Cylindrical-coordinate representation of color #75067E: hue angle of 295.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75067E is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 6 | 126 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.51 |
| HSL | 295.5º | 0.91% | 0.26% | - |
| HSV(B) | 295.5º | 0.95% | 0.49% | - |
| XYZ | 11.17 | 5.42 | 20.2 | - |
| YUV | 52.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 126 | 0.07 | 0.95 | 0 | 0.51 | 295.5 | 0.91 | 0.26 |
| Hex | 75 | 6 | 7E | 7 | 5F | 0 | 33 | 128 | 5B | 1A |
| Octal | 165 | 6 | 176 | 7 | 137 | 0 | 63 | 450 | 133 | 32 |
| Binary | 1110101 | 110 | 1111110 | 111 | 1011111 | 0 | 110011 | 100101000 | 1011011 | 11010 |
Color Harmonies of #75067E
Complementary color
Monochromatic Colors of #75067E
Black with #75067E
Text Example
Text Example
White with #75067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75067E; }
p { color: rgb(117,6,126); }
H1.HeaderClassName
{
color: #75067E;
}
.AnyTagClassName
{
color: #75067E;
}
</style>
background-color css
<style>
a { background-color: #75067E; }
a { background-color: rgb(117,6,126); }
div.DivClassName
{
background-color: #75067E;
}
.BgClassName
{
background-color: #75067E;
}
</style>
border-color css
<style>
span { border-color: #75067E; }
span { border-color: rgb(117,6,126); }
td.TdClassName
{
border-color: #75067E;
}
.TagClassName
{
border-color: #75067E;
}
</style>