Shades of Dark Purple #75126C
Tints of Dark Purple #75126C
RGB
CMYK
RGB Variations
Color information
#75126C (or 0x75126C) is known color: Dark Purple. HEX triplet: 75, 12 and 6C. RGB value is (117,18,108). Sum of RGB (Red+Green+Blue) = 117+18+108=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75126C is #8AED93. Grayscale: #393939. Windows color (decimal): -9104788 or 7082613. OLE color: 7082613.
HSL color Cylindrical-coordinate representation of color #75126C: hue angle of 305.45º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75126C is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 108 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.54 |
| HSL | 305.45º | 0.73% | 0.26% | - |
| HSV(B) | 305.45º | 0.85% | 0.46% | - |
| XYZ | 10.26 | 5.3 | 14.67 | - |
| YUV | 57.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 108 | 0 | 0.85 | 0.08 | 0.54 | 305.45 | 0.73 | 0.26 |
| Hex | 75 | 12 | 6C | 0 | 55 | 8 | 36 | 131 | 49 | 1A |
| Octal | 165 | 22 | 154 | 0 | 125 | 10 | 66 | 461 | 111 | 32 |
| Binary | 1110101 | 10010 | 1101100 | 0 | 1010101 | 1000 | 110110 | 100110001 | 1001001 | 11010 |
Color Harmonies of #75126C
Complementary color
Monochromatic Colors of #75126C
Black with #75126C
Text Example
Text Example
White with #75126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75126C; }
p { color: rgb(117,18,108); }
H1.HeaderClassName
{
color: #75126C;
}
.AnyTagClassName
{
color: #75126C;
}
</style>
background-color css
<style>
a { background-color: #75126C; }
a { background-color: rgb(117,18,108); }
div.DivClassName
{
background-color: #75126C;
}
.BgClassName
{
background-color: #75126C;
}
</style>
border-color css
<style>
span { border-color: #75126C; }
span { border-color: rgb(117,18,108); }
td.TdClassName
{
border-color: #75126C;
}
.TagClassName
{
border-color: #75126C;
}
</style>