Shades of Purple #73068C
Tints of Purple #73068C
RGB
CMYK
RGB Variations
Color information
#73068C (or 0x73068C) is known color: Purple. HEX triplet: 73, 06 and 8C. RGB value is (115,6,140). Sum of RGB (Red+Green+Blue) = 115+6+140=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #73068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73068C is #8CF973. Grayscale: #353535. Windows color (decimal): -9238900 or 9176691. OLE color: 9176691.
HSL color Cylindrical-coordinate representation of color #73068C: hue angle of 288.81º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73068C is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 6 | 140 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.45 |
| HSL | 288.81º | 0.92% | 0.29% | - |
| HSV(B) | 288.81º | 0.96% | 0.55% | - |
| XYZ | 11.87 | 5.67 | 25.28 | - |
| YUV | 53.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 140 | 0.18 | 0.96 | 0 | 0.45 | 288.81 | 0.92 | 0.29 |
| Hex | 73 | 6 | 8C | 12 | 60 | 0 | 2D | 121 | 5C | 1D |
| Octal | 163 | 6 | 214 | 22 | 140 | 0 | 55 | 441 | 134 | 35 |
| Binary | 1110011 | 110 | 10001100 | 10010 | 1100000 | 0 | 101101 | 100100001 | 1011100 | 11101 |
Color Harmonies of #73068C
Complementary color
Monochromatic Colors of #73068C
Black with #73068C
Text Example
Text Example
White with #73068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73068C; }
p { color: rgb(115,6,140); }
H1.HeaderClassName
{
color: #73068C;
}
.AnyTagClassName
{
color: #73068C;
}
</style>
background-color css
<style>
a { background-color: #73068C; }
a { background-color: rgb(115,6,140); }
div.DivClassName
{
background-color: #73068C;
}
.BgClassName
{
background-color: #73068C;
}
</style>
border-color css
<style>
span { border-color: #73068C; }
span { border-color: rgb(115,6,140); }
td.TdClassName
{
border-color: #73068C;
}
.TagClassName
{
border-color: #73068C;
}
</style>