Shades of Purple #730B90
Tints of Purple #730B90
RGB
CMYK
RGB Variations
Color information
#730B90 (or 0x730B90) is known color: Purple. HEX triplet: 73, 0B and 90. RGB value is (115,11,144). Sum of RGB (Red+Green+Blue) = 115+11+144=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #730B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B90 is #8CF46F. Grayscale: #383838. Windows color (decimal): -9237616 or 9440115. OLE color: 9440115.
HSL color Cylindrical-coordinate representation of color #730B90: hue angle of 286.92º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730B90 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 11 | 144 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.44 |
| HSL | 286.92º | 0.86% | 0.3% | - |
| HSV(B) | 286.92º | 0.92% | 0.56% | - |
| XYZ | 12.22 | 5.9 | 26.88 | - |
| YUV | 57.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 144 | 0.20 | 0.92 | 0 | 0.44 | 286.92 | 0.86 | 0.3 |
| Hex | 73 | B | 90 | 14 | 5C | 0 | 2C | 11F | 56 | 1E |
| Octal | 163 | 13 | 220 | 24 | 134 | 0 | 54 | 437 | 126 | 36 |
| Binary | 1110011 | 1011 | 10010000 | 10100 | 1011100 | 0 | 101100 | 100011111 | 1010110 | 11110 |
Color Harmonies of #730B90
Complementary color
Monochromatic Colors of #730B90
Black with #730B90
Text Example
Text Example
White with #730B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B90; }
p { color: rgb(115,11,144); }
H1.HeaderClassName
{
color: #730B90;
}
.AnyTagClassName
{
color: #730B90;
}
</style>
background-color css
<style>
a { background-color: #730B90; }
a { background-color: rgb(115,11,144); }
div.DivClassName
{
background-color: #730B90;
}
.BgClassName
{
background-color: #730B90;
}
</style>
border-color css
<style>
span { border-color: #730B90; }
span { border-color: rgb(115,11,144); }
td.TdClassName
{
border-color: #730B90;
}
.TagClassName
{
border-color: #730B90;
}
</style>