Shades of Purple #73008C
Tints of Purple #73008C
RGB
CMYK
RGB Variations
Color information
#73008C (or 0x73008C) is known color: Purple. HEX triplet: 73, 00 and 8C. RGB value is (115,0,140). Sum of RGB (Red+Green+Blue) = 115+0+140=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #73008C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73008C is #8CFF73. Grayscale: #313131. Windows color (decimal): -9240436 or 9175155. OLE color: 9175155.
HSL color Cylindrical-coordinate representation of color #73008C: hue angle of 289.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73008C is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 0 | 140 | - |
| CMYK | 0.18 | 1 | 0 | 0.45 |
| HSL | 289.29º | 1% | 0.27% | - |
| HSV(B) | 289.29º | 1% | 0.55% | - |
| XYZ | 11.8 | 5.54 | 25.26 | - |
| YUV | 50.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 140 | 0.18 | 1 | 0 | 0.45 | 289.29 | 1 | 0.27 |
| Hex | 73 | 0 | 8C | 12 | 64 | 0 | 2D | 121 | 64 | 1B |
| Octal | 163 | 0 | 214 | 22 | 144 | 0 | 55 | 441 | 144 | 33 |
| Binary | 1110011 | 0 | 10001100 | 10010 | 1100100 | 0 | 101101 | 100100001 | 1100100 | 11011 |
Color Harmonies of #73008C
Complementary color
Monochromatic Colors of #73008C
Black with #73008C
Text Example
Text Example
White with #73008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73008C; }
p { color: rgb(115,0,140); }
H1.HeaderClassName
{
color: #73008C;
}
.AnyTagClassName
{
color: #73008C;
}
</style>
background-color css
<style>
a { background-color: #73008C; }
a { background-color: rgb(115,0,140); }
div.DivClassName
{
background-color: #73008C;
}
.BgClassName
{
background-color: #73008C;
}
</style>
border-color css
<style>
span { border-color: #73008C; }
span { border-color: rgb(115,0,140); }
td.TdClassName
{
border-color: #73008C;
}
.TagClassName
{
border-color: #73008C;
}
</style>