Shades of Purple #73036C
Tints of Purple #73036C
RGB
CMYK
RGB Variations
Color information
#73036C (or 0x73036C) is known color: Purple. HEX triplet: 73, 03 and 6C. RGB value is (115,3,108). Sum of RGB (Red+Green+Blue) = 115+3+108=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73036C is #8CFC93. Grayscale: #303030. Windows color (decimal): -9239700 or 7078771. OLE color: 7078771.
HSL color Cylindrical-coordinate representation of color #73036C: hue angle of 303.75º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73036C is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 108 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.55 |
| HSL | 303.75º | 0.95% | 0.23% | - |
| HSV(B) | 303.75º | 0.97% | 0.45% | - |
| XYZ | 9.81 | 4.79 | 14.6 | - |
| YUV | 48.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 108 | 0 | 0.97 | 0.06 | 0.55 | 303.75 | 0.95 | 0.23 |
| Hex | 73 | 3 | 6C | 0 | 61 | 6 | 37 | 130 | 5F | 17 |
| Octal | 163 | 3 | 154 | 0 | 141 | 6 | 67 | 460 | 137 | 27 |
| Binary | 1110011 | 11 | 1101100 | 0 | 1100001 | 110 | 110111 | 100110000 | 1011111 | 10111 |
Color Harmonies of #73036C
Complementary color
Monochromatic Colors of #73036C
Black with #73036C
Text Example
Text Example
White with #73036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73036C; }
p { color: rgb(115,3,108); }
H1.HeaderClassName
{
color: #73036C;
}
.AnyTagClassName
{
color: #73036C;
}
</style>
background-color css
<style>
a { background-color: #73036C; }
a { background-color: rgb(115,3,108); }
div.DivClassName
{
background-color: #73036C;
}
.BgClassName
{
background-color: #73036C;
}
</style>
border-color css
<style>
span { border-color: #73036C; }
span { border-color: rgb(115,3,108); }
td.TdClassName
{
border-color: #73036C;
}
.TagClassName
{
border-color: #73036C;
}
</style>