Shades of Purple #73027E
Tints of Purple #73027E
RGB
CMYK
RGB Variations
Color information
#73027E (or 0x73027E) is known color: Purple. HEX triplet: 73, 02 and 7E. RGB value is (115,2,126). Sum of RGB (Red+Green+Blue) = 115+2+126=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #73027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73027E is #8CFD81. Grayscale: #313131. Windows color (decimal): -9239938 or 8258163. OLE color: 8258163.
HSL color Cylindrical-coordinate representation of color #73027E: hue angle of 294.68º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73027E is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 2 | 126 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.51 |
| HSL | 294.68º | 0.97% | 0.25% | - |
| HSV(B) | 294.68º | 0.98% | 0.49% | - |
| XYZ | 10.86 | 5.19 | 20.17 | - |
| YUV | 49.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 126 | 0.09 | 0.98 | 0 | 0.51 | 294.68 | 0.97 | 0.25 |
| Hex | 73 | 2 | 7E | 9 | 62 | 0 | 33 | 127 | 61 | 19 |
| Octal | 163 | 2 | 176 | 11 | 142 | 0 | 63 | 447 | 141 | 31 |
| Binary | 1110011 | 10 | 1111110 | 1001 | 1100010 | 0 | 110011 | 100100111 | 1100001 | 11001 |
Color Harmonies of #73027E
Complementary color
Monochromatic Colors of #73027E
Black with #73027E
Text Example
Text Example
White with #73027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73027E; }
p { color: rgb(115,2,126); }
H1.HeaderClassName
{
color: #73027E;
}
.AnyTagClassName
{
color: #73027E;
}
</style>
background-color css
<style>
a { background-color: #73027E; }
a { background-color: rgb(115,2,126); }
div.DivClassName
{
background-color: #73027E;
}
.BgClassName
{
background-color: #73027E;
}
</style>
border-color css
<style>
span { border-color: #73027E; }
span { border-color: rgb(115,2,126); }
td.TdClassName
{
border-color: #73027E;
}
.TagClassName
{
border-color: #73027E;
}
</style>