Shades of Purple #73018B
Tints of Purple #73018B
RGB
CMYK
RGB Variations
Color information
#73018B (or 0x73018B) is known color: Purple. HEX triplet: 73, 01 and 8B. RGB value is (115,1,139). Sum of RGB (Red+Green+Blue) = 115+1+139=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #73018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73018B is #8CFE74. Grayscale: #323232. Windows color (decimal): -9240181 or 9109875. OLE color: 9109875.
HSL color Cylindrical-coordinate representation of color #73018B: hue angle of 289.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73018B is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 1 | 139 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.45 |
| HSL | 289.57º | 0.99% | 0.27% | - |
| HSV(B) | 289.57º | 0.99% | 0.55% | - |
| XYZ | 11.74 | 5.53 | 24.87 | - |
| YUV | 50.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 139 | 0.17 | 0.99 | 0 | 0.45 | 289.57 | 0.99 | 0.27 |
| Hex | 73 | 1 | 8B | 11 | 63 | 0 | 2D | 122 | 63 | 1B |
| Octal | 163 | 1 | 213 | 21 | 143 | 0 | 55 | 442 | 143 | 33 |
| Binary | 1110011 | 1 | 10001011 | 10001 | 1100011 | 0 | 101101 | 100100010 | 1100011 | 11011 |
Color Harmonies of #73018B
Complementary color
Monochromatic Colors of #73018B
Black with #73018B
Text Example
Text Example
White with #73018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73018B; }
p { color: rgb(115,1,139); }
H1.HeaderClassName
{
color: #73018B;
}
.AnyTagClassName
{
color: #73018B;
}
</style>
background-color css
<style>
a { background-color: #73018B; }
a { background-color: rgb(115,1,139); }
div.DivClassName
{
background-color: #73018B;
}
.BgClassName
{
background-color: #73018B;
}
</style>
border-color css
<style>
span { border-color: #73018B; }
span { border-color: rgb(115,1,139); }
td.TdClassName
{
border-color: #73018B;
}
.TagClassName
{
border-color: #73018B;
}
</style>