Shades of Purple #910078
Tints of Purple #910078
RGB
CMYK
RGB Variations
Color information
#910078 (or 0x910078) is known color: Purple. HEX triplet: 91, 00 and 78. RGB value is (145,0,120). Sum of RGB (Red+Green+Blue) = 145+0+120=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #910078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910078 is #6EFF87. Grayscale: #383838. Windows color (decimal): -7274376 or 7864465. OLE color: 7864465.
HSL color Cylindrical-coordinate representation of color #910078: hue angle of 310.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910078 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.17 | 0.43 |
| HSL | 310.34º | 1% | 0.28% | - |
| HSV(B) | 310.34º | 1% | 0.57% | - |
| XYZ | 15.07 | 7.38 | 18.4 | - |
| YUV | 57.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 120 | 0 | 1 | 0.17 | 0.43 | 310.34 | 1 | 0.28 |
| Hex | 91 | 0 | 78 | 0 | 64 | 11 | 2B | 136 | 64 | 1C |
| Octal | 221 | 0 | 170 | 0 | 144 | 21 | 53 | 466 | 144 | 34 |
| Binary | 10010001 | 0 | 1111000 | 0 | 1100100 | 10001 | 101011 | 100110110 | 1100100 | 11100 |
Color Harmonies of #910078
Complementary color
Monochromatic Colors of #910078
Black with #910078
Text Example
Text Example
White with #910078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910078; }
p { color: rgb(145,0,120); }
H1.HeaderClassName
{
color: #910078;
}
.AnyTagClassName
{
color: #910078;
}
</style>
background-color css
<style>
a { background-color: #910078; }
a { background-color: rgb(145,0,120); }
div.DivClassName
{
background-color: #910078;
}
.BgClassName
{
background-color: #910078;
}
</style>
border-color css
<style>
span { border-color: #910078; }
span { border-color: rgb(145,0,120); }
td.TdClassName
{
border-color: #910078;
}
.TagClassName
{
border-color: #910078;
}
</style>