Shades of Dark Purple #75146B
Tints of Dark Purple #75146B
RGB
CMYK
RGB Variations
Color information
#75146B (or 0x75146B) is known color: Dark Purple. HEX triplet: 75, 14 and 6B. RGB value is (117,20,107). Sum of RGB (Red+Green+Blue) = 117+20+107=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75146B is #8AEB94. Grayscale: #3A3A3A. Windows color (decimal): -9104277 or 7017589. OLE color: 7017589.
HSL color Cylindrical-coordinate representation of color #75146B: hue angle of 306.19º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75146B is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 20 | 107 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.54 |
| HSL | 306.19º | 0.71% | 0.27% | - |
| HSV(B) | 306.19º | 0.83% | 0.46% | - |
| XYZ | 10.24 | 5.34 | 14.4 | - |
| YUV | 58.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 107 | 0 | 0.83 | 0.09 | 0.54 | 306.19 | 0.71 | 0.27 |
| Hex | 75 | 14 | 6B | 0 | 53 | 9 | 36 | 132 | 47 | 1B |
| Octal | 165 | 24 | 153 | 0 | 123 | 11 | 66 | 462 | 107 | 33 |
| Binary | 1110101 | 10100 | 1101011 | 0 | 1010011 | 1001 | 110110 | 100110010 | 1000111 | 11011 |
Color Harmonies of #75146B
Complementary color
Monochromatic Colors of #75146B
Black with #75146B
Text Example
Text Example
White with #75146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75146B; }
p { color: rgb(117,20,107); }
H1.HeaderClassName
{
color: #75146B;
}
.AnyTagClassName
{
color: #75146B;
}
</style>
background-color css
<style>
a { background-color: #75146B; }
a { background-color: rgb(117,20,107); }
div.DivClassName
{
background-color: #75146B;
}
.BgClassName
{
background-color: #75146B;
}
</style>
border-color css
<style>
span { border-color: #75146B; }
span { border-color: rgb(117,20,107); }
td.TdClassName
{
border-color: #75146B;
}
.TagClassName
{
border-color: #75146B;
}
</style>