Shades of Purple #730088
Tints of Purple #730088
RGB
CMYK
RGB Variations
Color information
#730088 (or 0x730088) is known color: Purple. HEX triplet: 73, 00 and 88. RGB value is (115,0,136). Sum of RGB (Red+Green+Blue) = 115+0+136=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #730088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730088 is #8CFF77. Grayscale: #313131. Windows color (decimal): -9240440 or 8913011. OLE color: 8913011.
HSL color Cylindrical-coordinate representation of color #730088: hue angle of 290.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730088 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 0 | 136 | - |
| CMYK | 0.15 | 1 | 0 | 0.47 |
| HSL | 290.74º | 1% | 0.27% | - |
| HSV(B) | 290.74º | 1% | 0.53% | - |
| XYZ | 11.51 | 5.42 | 23.73 | - |
| YUV | 49.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 136 | 0.15 | 1 | 0 | 0.47 | 290.74 | 1 | 0.27 |
| Hex | 73 | 0 | 88 | F | 64 | 0 | 2F | 123 | 64 | 1B |
| Octal | 163 | 0 | 210 | 17 | 144 | 0 | 57 | 443 | 144 | 33 |
| Binary | 1110011 | 0 | 10001000 | 1111 | 1100100 | 0 | 101111 | 100100011 | 1100100 | 11011 |
Color Harmonies of #730088
Complementary color
Monochromatic Colors of #730088
Black with #730088
Text Example
Text Example
White with #730088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730088; }
p { color: rgb(115,0,136); }
H1.HeaderClassName
{
color: #730088;
}
.AnyTagClassName
{
color: #730088;
}
</style>
background-color css
<style>
a { background-color: #730088; }
a { background-color: rgb(115,0,136); }
div.DivClassName
{
background-color: #730088;
}
.BgClassName
{
background-color: #730088;
}
</style>
border-color css
<style>
span { border-color: #730088; }
span { border-color: rgb(115,0,136); }
td.TdClassName
{
border-color: #730088;
}
.TagClassName
{
border-color: #730088;
}
</style>