Shades of Purple #73108B
Tints of Purple #73108B
RGB
CMYK
RGB Variations
Color information
#73108B (or 0x73108B) is known color: Purple. HEX triplet: 73, 10 and 8B. RGB value is (115,16,139). Sum of RGB (Red+Green+Blue) = 115+16+139=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #73108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73108B is #8CEF74. Grayscale: #3B3B3B. Windows color (decimal): -9236341 or 9113715. OLE color: 9113715.
HSL color Cylindrical-coordinate representation of color #73108B: hue angle of 288.29º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73108B is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 16 | 139 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.45 |
| HSL | 288.29º | 0.79% | 0.3% | - |
| HSV(B) | 288.29º | 0.88% | 0.55% | - |
| XYZ | 11.92 | 5.88 | 24.93 | - |
| YUV | 59.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 139 | 0.17 | 0.88 | 0 | 0.45 | 288.29 | 0.79 | 0.3 |
| Hex | 73 | 10 | 8B | 11 | 58 | 0 | 2D | 120 | 4F | 1E |
| Octal | 163 | 20 | 213 | 21 | 130 | 0 | 55 | 440 | 117 | 36 |
| Binary | 1110011 | 10000 | 10001011 | 10001 | 1011000 | 0 | 101101 | 100100000 | 1001111 | 11110 |
Color Harmonies of #73108B
Complementary color
Monochromatic Colors of #73108B
Black with #73108B
Text Example
Text Example
White with #73108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73108B; }
p { color: rgb(115,16,139); }
H1.HeaderClassName
{
color: #73108B;
}
.AnyTagClassName
{
color: #73108B;
}
</style>
background-color css
<style>
a { background-color: #73108B; }
a { background-color: rgb(115,16,139); }
div.DivClassName
{
background-color: #73108B;
}
.BgClassName
{
background-color: #73108B;
}
</style>
border-color css
<style>
span { border-color: #73108B; }
span { border-color: rgb(115,16,139); }
td.TdClassName
{
border-color: #73108B;
}
.TagClassName
{
border-color: #73108B;
}
</style>