Shades of Dark Purple #75197B
Tints of Dark Purple #75197B
RGB
CMYK
RGB Variations
Color information
#75197B (or 0x75197B) is known color: Dark Purple. HEX triplet: 75, 19 and 7B. RGB value is (117,25,123). Sum of RGB (Red+Green+Blue) = 117+25+123=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #75197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75197B is #8AE684. Grayscale: #3F3F3F. Windows color (decimal): -9102981 or 8067445. OLE color: 8067445.
HSL color Cylindrical-coordinate representation of color #75197B: hue angle of 296.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75197B is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 25 | 123 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.52 |
| HSL | 296.33º | 0.66% | 0.29% | - |
| HSV(B) | 296.33º | 0.8% | 0.48% | - |
| XYZ | 11.26 | 5.91 | 19.29 | - |
| YUV | 63.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 123 | 0.05 | 0.80 | 0 | 0.52 | 296.33 | 0.66 | 0.29 |
| Hex | 75 | 19 | 7B | 5 | 50 | 0 | 34 | 128 | 42 | 1D |
| Octal | 165 | 31 | 173 | 5 | 120 | 0 | 64 | 450 | 102 | 35 |
| Binary | 1110101 | 11001 | 1111011 | 101 | 1010000 | 0 | 110100 | 100101000 | 1000010 | 11101 |
Color Harmonies of #75197B
Complementary color
Monochromatic Colors of #75197B
Black with #75197B
Text Example
Text Example
White with #75197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75197B; }
p { color: rgb(117,25,123); }
H1.HeaderClassName
{
color: #75197B;
}
.AnyTagClassName
{
color: #75197B;
}
</style>
background-color css
<style>
a { background-color: #75197B; }
a { background-color: rgb(117,25,123); }
div.DivClassName
{
background-color: #75197B;
}
.BgClassName
{
background-color: #75197B;
}
</style>
border-color css
<style>
span { border-color: #75197B; }
span { border-color: rgb(117,25,123); }
td.TdClassName
{
border-color: #75197B;
}
.TagClassName
{
border-color: #75197B;
}
</style>