Shades of Dark Purple #75187B
Tints of Dark Purple #75187B
RGB
CMYK
RGB Variations
Color information
#75187B (or 0x75187B) is known color: Dark Purple. HEX triplet: 75, 18 and 7B. RGB value is (117,24,123). Sum of RGB (Red+Green+Blue) = 117+24+123=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #75187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75187B is #8AE784. Grayscale: #3E3E3E. Windows color (decimal): -9103237 or 8067189. OLE color: 8067189.
HSL color Cylindrical-coordinate representation of color #75187B: hue angle of 296.36º degrees, saturation: 0.67, 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 #75187B is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 24 | 123 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.52 |
| HSL | 296.36º | 0.67% | 0.29% | - |
| HSV(B) | 296.36º | 0.8% | 0.48% | - |
| XYZ | 11.24 | 5.87 | 19.28 | - |
| YUV | 63.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 123 | 0.05 | 0.80 | 0 | 0.52 | 296.36 | 0.67 | 0.29 |
| Hex | 75 | 18 | 7B | 5 | 50 | 0 | 34 | 128 | 43 | 1D |
| Octal | 165 | 30 | 173 | 5 | 120 | 0 | 64 | 450 | 103 | 35 |
| Binary | 1110101 | 11000 | 1111011 | 101 | 1010000 | 0 | 110100 | 100101000 | 1000011 | 11101 |
Color Harmonies of #75187B
Complementary color
Monochromatic Colors of #75187B
Black with #75187B
Text Example
Text Example
White with #75187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75187B; }
p { color: rgb(117,24,123); }
H1.HeaderClassName
{
color: #75187B;
}
.AnyTagClassName
{
color: #75187B;
}
</style>
background-color css
<style>
a { background-color: #75187B; }
a { background-color: rgb(117,24,123); }
div.DivClassName
{
background-color: #75187B;
}
.BgClassName
{
background-color: #75187B;
}
</style>
border-color css
<style>
span { border-color: #75187B; }
span { border-color: rgb(117,24,123); }
td.TdClassName
{
border-color: #75187B;
}
.TagClassName
{
border-color: #75187B;
}
</style>