Shades of Purple #910679
Tints of Purple #910679
RGB
CMYK
RGB Variations
Color information
#910679 (or 0x910679) is known color: Purple. HEX triplet: 91, 06 and 79. RGB value is (145,6,121). Sum of RGB (Red+Green+Blue) = 145+6+121=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #910679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910679 is #6EF986. Grayscale: #3C3C3C. Windows color (decimal): -7272839 or 7931537. OLE color: 7931537.
HSL color Cylindrical-coordinate representation of color #910679: hue angle of 310.36º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910679 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.43 |
| HSL | 310.36º | 0.92% | 0.3% | - |
| HSV(B) | 310.36º | 0.96% | 0.57% | - |
| XYZ | 15.19 | 7.53 | 18.74 | - |
| YUV | 60.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 121 | 0 | 0.96 | 0.17 | 0.43 | 310.36 | 0.92 | 0.3 |
| Hex | 91 | 6 | 79 | 0 | 60 | 11 | 2B | 136 | 5C | 1E |
| Octal | 221 | 6 | 171 | 0 | 140 | 21 | 53 | 466 | 134 | 36 |
| Binary | 10010001 | 110 | 1111001 | 0 | 1100000 | 10001 | 101011 | 100110110 | 1011100 | 11110 |
Color Harmonies of #910679
Complementary color
Monochromatic Colors of #910679
Black with #910679
Text Example
Text Example
White with #910679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910679; }
p { color: rgb(145,6,121); }
H1.HeaderClassName
{
color: #910679;
}
.AnyTagClassName
{
color: #910679;
}
</style>
background-color css
<style>
a { background-color: #910679; }
a { background-color: rgb(145,6,121); }
div.DivClassName
{
background-color: #910679;
}
.BgClassName
{
background-color: #910679;
}
</style>
border-color css
<style>
span { border-color: #910679; }
span { border-color: rgb(145,6,121); }
td.TdClassName
{
border-color: #910679;
}
.TagClassName
{
border-color: #910679;
}
</style>