Shades of Purple #73008B
Tints of Purple #73008B
RGB
CMYK
RGB Variations
Color information
#73008B (or 0x73008B) is known color: Purple. HEX triplet: 73, 00 and 8B. RGB value is (115,0,139). Sum of RGB (Red+Green+Blue) = 115+0+139=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #73008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73008B is #8CFF74. Grayscale: #313131. Windows color (decimal): -9240437 or 9109619. OLE color: 9109619.
HSL color Cylindrical-coordinate representation of color #73008B: hue angle of 289.64º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73008B is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 0 | 139 | - |
| CMYK | 0.17 | 1 | 0 | 0.45 |
| HSL | 289.64º | 1% | 0.27% | - |
| HSV(B) | 289.64º | 1% | 0.55% | - |
| XYZ | 11.73 | 5.51 | 24.87 | - |
| YUV | 50.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 139 | 0.17 | 1 | 0 | 0.45 | 289.64 | 1 | 0.27 |
| Hex | 73 | 0 | 8B | 11 | 64 | 0 | 2D | 122 | 64 | 1B |
| Octal | 163 | 0 | 213 | 21 | 144 | 0 | 55 | 442 | 144 | 33 |
| Binary | 1110011 | 0 | 10001011 | 10001 | 1100100 | 0 | 101101 | 100100010 | 1100100 | 11011 |
Color Harmonies of #73008B
Complementary color
Monochromatic Colors of #73008B
Black with #73008B
Text Example
Text Example
White with #73008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73008B; }
p { color: rgb(115,0,139); }
H1.HeaderClassName
{
color: #73008B;
}
.AnyTagClassName
{
color: #73008B;
}
</style>
background-color css
<style>
a { background-color: #73008B; }
a { background-color: rgb(115,0,139); }
div.DivClassName
{
background-color: #73008B;
}
.BgClassName
{
background-color: #73008B;
}
</style>
border-color css
<style>
span { border-color: #73008B; }
span { border-color: rgb(115,0,139); }
td.TdClassName
{
border-color: #73008B;
}
.TagClassName
{
border-color: #73008B;
}
</style>