Shades of Purple #73088C
Tints of Purple #73088C
RGB
CMYK
RGB Variations
Color information
#73088C (or 0x73088C) is known color: Purple. HEX triplet: 73, 08 and 8C. RGB value is (115,8,140). Sum of RGB (Red+Green+Blue) = 115+8+140=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #73088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73088C is #8CF773. Grayscale: #363636. Windows color (decimal): -9238388 or 9177203. OLE color: 9177203.
HSL color Cylindrical-coordinate representation of color #73088C: hue angle of 288.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73088C is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 8 | 140 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.45 |
| HSL | 288.64º | 0.89% | 0.29% | - |
| HSV(B) | 288.64º | 0.94% | 0.55% | - |
| XYZ | 11.89 | 5.71 | 25.29 | - |
| YUV | 55.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 140 | 0.18 | 0.94 | 0 | 0.45 | 288.64 | 0.89 | 0.29 |
| Hex | 73 | 8 | 8C | 12 | 5E | 0 | 2D | 121 | 59 | 1D |
| Octal | 163 | 10 | 214 | 22 | 136 | 0 | 55 | 441 | 131 | 35 |
| Binary | 1110011 | 1000 | 10001100 | 10010 | 1011110 | 0 | 101101 | 100100001 | 1011001 | 11101 |
Color Harmonies of #73088C
Complementary color
Monochromatic Colors of #73088C
Black with #73088C
Text Example
Text Example
White with #73088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73088C; }
p { color: rgb(115,8,140); }
H1.HeaderClassName
{
color: #73088C;
}
.AnyTagClassName
{
color: #73088C;
}
</style>
background-color css
<style>
a { background-color: #73088C; }
a { background-color: rgb(115,8,140); }
div.DivClassName
{
background-color: #73088C;
}
.BgClassName
{
background-color: #73088C;
}
</style>
border-color css
<style>
span { border-color: #73088C; }
span { border-color: rgb(115,8,140); }
td.TdClassName
{
border-color: #73088C;
}
.TagClassName
{
border-color: #73088C;
}
</style>