Shades of Dark Purple #941C71
Tints of Dark Purple #941C71
RGB
CMYK
RGB Variations
Color information
#941C71 (or 0x941C71) is known color: Dark Purple. HEX triplet: 94, 1C and 71. RGB value is (148,28,113). Sum of RGB (Red+Green+Blue) = 148+28+113=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #941C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C71 is #6BE38E. Grayscale: #494949. Windows color (decimal): -7070607 or 7412884. OLE color: 7412884.
HSL color Cylindrical-coordinate representation of color #941C71: hue angle of 317.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C71 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 113 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.42 |
| HSL | 317.5º | 0.68% | 0.35% | - |
| HSV(B) | 317.5º | 0.81% | 0.58% | - |
| XYZ | 15.61 | 8.32 | 16.41 | - |
| YUV | 73.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 113 | 0 | 0.81 | 0.24 | 0.42 | 317.5 | 0.68 | 0.35 |
| Hex | 94 | 1C | 71 | 0 | 51 | 18 | 2A | 13E | 44 | 23 |
| Octal | 224 | 34 | 161 | 0 | 121 | 30 | 52 | 476 | 104 | 43 |
| Binary | 10010100 | 11100 | 1110001 | 0 | 1010001 | 11000 | 101010 | 100111110 | 1000100 | 100011 |
Color Harmonies of #941C71
Complementary color
Monochromatic Colors of #941C71
Black with #941C71
Text Example
Text Example
White with #941C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C71; }
p { color: rgb(148,28,113); }
H1.HeaderClassName
{
color: #941C71;
}
.AnyTagClassName
{
color: #941C71;
}
</style>
background-color css
<style>
a { background-color: #941C71; }
a { background-color: rgb(148,28,113); }
div.DivClassName
{
background-color: #941C71;
}
.BgClassName
{
background-color: #941C71;
}
</style>
border-color css
<style>
span { border-color: #941C71; }
span { border-color: rgb(148,28,113); }
td.TdClassName
{
border-color: #941C71;
}
.TagClassName
{
border-color: #941C71;
}
</style>