Shades of Dark Purple #75197C
Tints of Dark Purple #75197C
RGB
CMYK
RGB Variations
Color information
#75197C (or 0x75197C) is known color: Dark Purple. HEX triplet: 75, 19 and 7C. RGB value is (117,25,124). Sum of RGB (Red+Green+Blue) = 117+25+124=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #75197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75197C is #8AE683. Grayscale: #3F3F3F. Windows color (decimal): -9102980 or 8132981. OLE color: 8132981.
HSL color Cylindrical-coordinate representation of color #75197C: hue angle of 295.76º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75197C is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 25 | 124 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.51 |
| HSL | 295.76º | 0.66% | 0.29% | - |
| HSV(B) | 295.76º | 0.8% | 0.49% | - |
| XYZ | 11.32 | 5.93 | 19.62 | - |
| YUV | 63.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 124 | 0.06 | 0.80 | 0 | 0.51 | 295.76 | 0.66 | 0.29 |
| Hex | 75 | 19 | 7C | 6 | 50 | 0 | 33 | 128 | 42 | 1D |
| Octal | 165 | 31 | 174 | 6 | 120 | 0 | 63 | 450 | 102 | 35 |
| Binary | 1110101 | 11001 | 1111100 | 110 | 1010000 | 0 | 110011 | 100101000 | 1000010 | 11101 |
Color Harmonies of #75197C
Complementary color
Monochromatic Colors of #75197C
Black with #75197C
Text Example
Text Example
White with #75197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75197C; }
p { color: rgb(117,25,124); }
H1.HeaderClassName
{
color: #75197C;
}
.AnyTagClassName
{
color: #75197C;
}
</style>
background-color css
<style>
a { background-color: #75197C; }
a { background-color: rgb(117,25,124); }
div.DivClassName
{
background-color: #75197C;
}
.BgClassName
{
background-color: #75197C;
}
</style>
border-color css
<style>
span { border-color: #75197C; }
span { border-color: rgb(117,25,124); }
td.TdClassName
{
border-color: #75197C;
}
.TagClassName
{
border-color: #75197C;
}
</style>