Shades of Purple #910379
Tints of Purple #910379
RGB
CMYK
RGB Variations
Color information
#910379 (or 0x910379) is known color: Purple. HEX triplet: 91, 03 and 79. RGB value is (145,3,121). Sum of RGB (Red+Green+Blue) = 145+3+121=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #910379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910379 is #6EFC86. Grayscale: #3A3A3A. Windows color (decimal): -7273607 or 7930769. OLE color: 7930769.
HSL color Cylindrical-coordinate representation of color #910379: hue angle of 310.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910379 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.43 |
| HSL | 310.14º | 0.96% | 0.29% | - |
| HSV(B) | 310.14º | 0.98% | 0.57% | - |
| XYZ | 15.16 | 7.47 | 18.73 | - |
| YUV | 58.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 121 | 0 | 0.98 | 0.17 | 0.43 | 310.14 | 0.96 | 0.29 |
| Hex | 91 | 3 | 79 | 0 | 62 | 11 | 2B | 136 | 60 | 1D |
| Octal | 221 | 3 | 171 | 0 | 142 | 21 | 53 | 466 | 140 | 35 |
| Binary | 10010001 | 11 | 1111001 | 0 | 1100010 | 10001 | 101011 | 100110110 | 1100000 | 11101 |
Color Harmonies of #910379
Complementary color
Monochromatic Colors of #910379
Black with #910379
Text Example
Text Example
White with #910379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910379; }
p { color: rgb(145,3,121); }
H1.HeaderClassName
{
color: #910379;
}
.AnyTagClassName
{
color: #910379;
}
</style>
background-color css
<style>
a { background-color: #910379; }
a { background-color: rgb(145,3,121); }
div.DivClassName
{
background-color: #910379;
}
.BgClassName
{
background-color: #910379;
}
</style>
border-color css
<style>
span { border-color: #910379; }
span { border-color: rgb(145,3,121); }
td.TdClassName
{
border-color: #910379;
}
.TagClassName
{
border-color: #910379;
}
</style>