Shades of Purple #75147E
Tints of Purple #75147E
RGB
CMYK
RGB Variations
Color information
#75147E (or 0x75147E) is known color: Purple. HEX triplet: 75, 14 and 7E. RGB value is (117,20,126). Sum of RGB (Red+Green+Blue) = 117+20+126=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #75147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75147E is #8AEB81. Grayscale: #3C3C3C. Windows color (decimal): -9104258 or 8262773. OLE color: 8262773.
HSL color Cylindrical-coordinate representation of color #75147E: hue angle of 294.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75147E is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 20 | 126 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.51 |
| HSL | 294.91º | 0.73% | 0.29% | - |
| HSV(B) | 294.91º | 0.84% | 0.49% | - |
| XYZ | 11.35 | 5.79 | 20.26 | - |
| YUV | 61.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 126 | 0.07 | 0.84 | 0 | 0.51 | 294.91 | 0.73 | 0.29 |
| Hex | 75 | 14 | 7E | 7 | 54 | 0 | 33 | 127 | 49 | 1D |
| Octal | 165 | 24 | 176 | 7 | 124 | 0 | 63 | 447 | 111 | 35 |
| Binary | 1110101 | 10100 | 1111110 | 111 | 1010100 | 0 | 110011 | 100100111 | 1001001 | 11101 |
Color Harmonies of #75147E
Complementary color
Monochromatic Colors of #75147E
Black with #75147E
Text Example
Text Example
White with #75147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75147E; }
p { color: rgb(117,20,126); }
H1.HeaderClassName
{
color: #75147E;
}
.AnyTagClassName
{
color: #75147E;
}
</style>
background-color css
<style>
a { background-color: #75147E; }
a { background-color: rgb(117,20,126); }
div.DivClassName
{
background-color: #75147E;
}
.BgClassName
{
background-color: #75147E;
}
</style>
border-color css
<style>
span { border-color: #75147E; }
span { border-color: rgb(117,20,126); }
td.TdClassName
{
border-color: #75147E;
}
.TagClassName
{
border-color: #75147E;
}
</style>