Shades of Purple #73057B
Tints of Purple #73057B
RGB
CMYK
RGB Variations
Color information
#73057B (or 0x73057B) is known color: Purple. HEX triplet: 73, 05 and 7B. RGB value is (115,5,123). Sum of RGB (Red+Green+Blue) = 115+5+123=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #73057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73057B is #8CFA84. Grayscale: #323232. Windows color (decimal): -9239173 or 8062323. OLE color: 8062323.
HSL color Cylindrical-coordinate representation of color #73057B: hue angle of 295.93º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73057B is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 5 | 123 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.52 |
| HSL | 295.93º | 0.92% | 0.25% | - |
| HSV(B) | 295.93º | 0.96% | 0.48% | - |
| XYZ | 10.7 | 5.18 | 19.18 | - |
| YUV | 51.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 123 | 0.07 | 0.96 | 0 | 0.52 | 295.93 | 0.92 | 0.25 |
| Hex | 73 | 5 | 7B | 7 | 60 | 0 | 34 | 128 | 5C | 19 |
| Octal | 163 | 5 | 173 | 7 | 140 | 0 | 64 | 450 | 134 | 31 |
| Binary | 1110011 | 101 | 1111011 | 111 | 1100000 | 0 | 110100 | 100101000 | 1011100 | 11001 |
Color Harmonies of #73057B
Complementary color
Monochromatic Colors of #73057B
Black with #73057B
Text Example
Text Example
White with #73057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73057B; }
p { color: rgb(115,5,123); }
H1.HeaderClassName
{
color: #73057B;
}
.AnyTagClassName
{
color: #73057B;
}
</style>
background-color css
<style>
a { background-color: #73057B; }
a { background-color: rgb(115,5,123); }
div.DivClassName
{
background-color: #73057B;
}
.BgClassName
{
background-color: #73057B;
}
</style>
border-color css
<style>
span { border-color: #73057B; }
span { border-color: rgb(115,5,123); }
td.TdClassName
{
border-color: #73057B;
}
.TagClassName
{
border-color: #73057B;
}
</style>