Shades of Dark Purple #751871
Tints of Dark Purple #751871
RGB
CMYK
RGB Variations
Color information
#751871 (or 0x751871) is known color: Dark Purple. HEX triplet: 75, 18 and 71. RGB value is (117,24,113). Sum of RGB (Red+Green+Blue) = 117+24+113=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #751871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751871 is #8AE78E. Grayscale: #3D3D3D. Windows color (decimal): -9103247 or 7411829. OLE color: 7411829.
HSL color Cylindrical-coordinate representation of color #751871: hue angle of 302.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751871 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 113 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.54 |
| HSL | 302.58º | 0.66% | 0.28% | - |
| HSV(B) | 302.58º | 0.79% | 0.46% | - |
| XYZ | 10.64 | 5.63 | 16.15 | - |
| YUV | 61.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 113 | 0 | 0.79 | 0.03 | 0.54 | 302.58 | 0.66 | 0.28 |
| Hex | 75 | 18 | 71 | 0 | 4F | 3 | 36 | 12F | 42 | 1C |
| Octal | 165 | 30 | 161 | 0 | 117 | 3 | 66 | 457 | 102 | 34 |
| Binary | 1110101 | 11000 | 1110001 | 0 | 1001111 | 11 | 110110 | 100101111 | 1000010 | 11100 |
Color Harmonies of #751871
Complementary color
Monochromatic Colors of #751871
Black with #751871
Text Example
Text Example
White with #751871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751871; }
p { color: rgb(117,24,113); }
H1.HeaderClassName
{
color: #751871;
}
.AnyTagClassName
{
color: #751871;
}
</style>
background-color css
<style>
a { background-color: #751871; }
a { background-color: rgb(117,24,113); }
div.DivClassName
{
background-color: #751871;
}
.BgClassName
{
background-color: #751871;
}
</style>
border-color css
<style>
span { border-color: #751871; }
span { border-color: rgb(117,24,113); }
td.TdClassName
{
border-color: #751871;
}
.TagClassName
{
border-color: #751871;
}
</style>