Shades of Purple #730074
Tints of Purple #730074
RGB
CMYK
RGB Variations
Color information
#730074 (or 0x730074) is known color: Purple. HEX triplet: 73, 00 and 74. RGB value is (115,0,116). Sum of RGB (Red+Green+Blue) = 115+0+116=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #730074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730074 is #8CFF8B. Grayscale: #2F2F2F. Windows color (decimal): -9240460 or 7602291. OLE color: 7602291.
HSL color Cylindrical-coordinate representation of color #730074: hue angle of 299.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730074 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 116 | - |
| CMYK | 0.01 | 1 | 0 | 0.55 |
| HSL | 299.48º | 1% | 0.23% | - |
| HSV(B) | 299.48º | 1% | 0.45% | - |
| XYZ | 10.22 | 4.91 | 16.93 | - |
| YUV | 47.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 116 | 0.01 | 1 | 0 | 0.55 | 299.48 | 1 | 0.23 |
| Hex | 73 | 0 | 74 | 1 | 64 | 0 | 37 | 12B | 64 | 17 |
| Octal | 163 | 0 | 164 | 1 | 144 | 0 | 67 | 453 | 144 | 27 |
| Binary | 1110011 | 0 | 1110100 | 1 | 1100100 | 0 | 110111 | 100101011 | 1100100 | 10111 |
Color Harmonies of #730074
Complementary color
Monochromatic Colors of #730074
Black with #730074
Text Example
Text Example
White with #730074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730074; }
p { color: rgb(115,0,116); }
H1.HeaderClassName
{
color: #730074;
}
.AnyTagClassName
{
color: #730074;
}
</style>
background-color css
<style>
a { background-color: #730074; }
a { background-color: rgb(115,0,116); }
div.DivClassName
{
background-color: #730074;
}
.BgClassName
{
background-color: #730074;
}
</style>
border-color css
<style>
span { border-color: #730074; }
span { border-color: rgb(115,0,116); }
td.TdClassName
{
border-color: #730074;
}
.TagClassName
{
border-color: #730074;
}
</style>