Shades of Purple #73107B
Tints of Purple #73107B
RGB
CMYK
RGB Variations
Color information
#73107B (or 0x73107B) is known color: Purple. HEX triplet: 73, 10 and 7B. RGB value is (115,16,123). Sum of RGB (Red+Green+Blue) = 115+16+123=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #73107B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73107B is #8CEF84. Grayscale: #393939. Windows color (decimal): -9236357 or 8065139. OLE color: 8065139.
HSL color Cylindrical-coordinate representation of color #73107B: hue angle of 295.51º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73107B is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 16 | 123 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.52 |
| HSL | 295.51º | 0.77% | 0.27% | - |
| HSV(B) | 295.51º | 0.87% | 0.48% | - |
| XYZ | 10.83 | 5.45 | 19.22 | - |
| YUV | 57.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 123 | 0.07 | 0.87 | 0 | 0.52 | 295.51 | 0.77 | 0.27 |
| Hex | 73 | 10 | 7B | 7 | 57 | 0 | 34 | 128 | 4D | 1B |
| Octal | 163 | 20 | 173 | 7 | 127 | 0 | 64 | 450 | 115 | 33 |
| Binary | 1110011 | 10000 | 1111011 | 111 | 1010111 | 0 | 110100 | 100101000 | 1001101 | 11011 |
Color Harmonies of #73107B
Complementary color
Monochromatic Colors of #73107B
Black with #73107B
Text Example
Text Example
White with #73107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73107B; }
p { color: rgb(115,16,123); }
H1.HeaderClassName
{
color: #73107B;
}
.AnyTagClassName
{
color: #73107B;
}
</style>
background-color css
<style>
a { background-color: #73107B; }
a { background-color: rgb(115,16,123); }
div.DivClassName
{
background-color: #73107B;
}
.BgClassName
{
background-color: #73107B;
}
</style>
border-color css
<style>
span { border-color: #73107B; }
span { border-color: rgb(115,16,123); }
td.TdClassName
{
border-color: #73107B;
}
.TagClassName
{
border-color: #73107B;
}
</style>