Shades of Purple #73086B
Tints of Purple #73086B
RGB
CMYK
RGB Variations
Color information
#73086B (or 0x73086B) is known color: Purple. HEX triplet: 73, 08 and 6B. RGB value is (115,8,107). Sum of RGB (Red+Green+Blue) = 115+8+107=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73086B is #8CF794. Grayscale: #323232. Windows color (decimal): -9238421 or 7014515. OLE color: 7014515.
HSL color Cylindrical-coordinate representation of color #73086B: hue angle of 304.49º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73086B is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 107 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.55 |
| HSL | 304.49º | 0.87% | 0.24% | - |
| HSV(B) | 304.49º | 0.93% | 0.45% | - |
| XYZ | 9.81 | 4.88 | 14.33 | - |
| YUV | 51.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 107 | 0 | 0.93 | 0.07 | 0.55 | 304.49 | 0.87 | 0.24 |
| Hex | 73 | 8 | 6B | 0 | 5D | 7 | 37 | 130 | 57 | 18 |
| Octal | 163 | 10 | 153 | 0 | 135 | 7 | 67 | 460 | 127 | 30 |
| Binary | 1110011 | 1000 | 1101011 | 0 | 1011101 | 111 | 110111 | 100110000 | 1010111 | 11000 |
Color Harmonies of #73086B
Complementary color
Monochromatic Colors of #73086B
Black with #73086B
Text Example
Text Example
White with #73086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73086B; }
p { color: rgb(115,8,107); }
H1.HeaderClassName
{
color: #73086B;
}
.AnyTagClassName
{
color: #73086B;
}
</style>
background-color css
<style>
a { background-color: #73086B; }
a { background-color: rgb(115,8,107); }
div.DivClassName
{
background-color: #73086B;
}
.BgClassName
{
background-color: #73086B;
}
</style>
border-color css
<style>
span { border-color: #73086B; }
span { border-color: rgb(115,8,107); }
td.TdClassName
{
border-color: #73086B;
}
.TagClassName
{
border-color: #73086B;
}
</style>