Shades of Purple #73007D
Tints of Purple #73007D
RGB
CMYK
RGB Variations
Color information
#73007D (or 0x73007D) is known color: Purple. HEX triplet: 73, 00 and 7D. RGB value is (115,0,125). Sum of RGB (Red+Green+Blue) = 115+0+125=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #73007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73007D is #8CFF82. Grayscale: #303030. Windows color (decimal): -9240451 or 8192115. OLE color: 8192115.
HSL color Cylindrical-coordinate representation of color #73007D: hue angle of 295.2º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73007D is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 0 | 125 | - |
| CMYK | 0.08 | 1 | 0 | 0.51 |
| HSL | 295.2º | 1% | 0.25% | - |
| HSV(B) | 295.2º | 1% | 0.49% | - |
| XYZ | 10.77 | 5.13 | 19.82 | - |
| YUV | 48.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 125 | 0.08 | 1 | 0 | 0.51 | 295.2 | 1 | 0.25 |
| Hex | 73 | 0 | 7D | 8 | 64 | 0 | 33 | 127 | 64 | 19 |
| Octal | 163 | 0 | 175 | 10 | 144 | 0 | 63 | 447 | 144 | 31 |
| Binary | 1110011 | 0 | 1111101 | 1000 | 1100100 | 0 | 110011 | 100100111 | 1100100 | 11001 |
Color Harmonies of #73007D
Complementary color
Monochromatic Colors of #73007D
Black with #73007D
Text Example
Text Example
White with #73007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73007D; }
p { color: rgb(115,0,125); }
H1.HeaderClassName
{
color: #73007D;
}
.AnyTagClassName
{
color: #73007D;
}
</style>
background-color css
<style>
a { background-color: #73007D; }
a { background-color: rgb(115,0,125); }
div.DivClassName
{
background-color: #73007D;
}
.BgClassName
{
background-color: #73007D;
}
</style>
border-color css
<style>
span { border-color: #73007D; }
span { border-color: rgb(115,0,125); }
td.TdClassName
{
border-color: #73007D;
}
.TagClassName
{
border-color: #73007D;
}
</style>