Shades of Purple #730262
Tints of Purple #730262
RGB
CMYK
RGB Variations
Color information
#730262 (or 0x730262) is known color: Purple. HEX triplet: 73, 02 and 62. RGB value is (115,2,98). Sum of RGB (Red+Green+Blue) = 115+2+98=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730262 is #8CFD9D. Grayscale: #2E2E2E. Windows color (decimal): -9239966 or 6423155. OLE color: 6423155.
HSL color Cylindrical-coordinate representation of color #730262: hue angle of 309.03º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730262 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 98 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.55 |
| HSL | 309.03º | 0.97% | 0.23% | - |
| HSV(B) | 309.03º | 0.98% | 0.45% | - |
| XYZ | 9.3 | 4.57 | 11.95 | - |
| YUV | 46.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 98 | 0 | 0.98 | 0.15 | 0.55 | 309.03 | 0.97 | 0.23 |
| Hex | 73 | 2 | 62 | 0 | 62 | F | 37 | 135 | 61 | 17 |
| Octal | 163 | 2 | 142 | 0 | 142 | 17 | 67 | 465 | 141 | 27 |
| Binary | 1110011 | 10 | 1100010 | 0 | 1100010 | 1111 | 110111 | 100110101 | 1100001 | 10111 |
Color Harmonies of #730262
Complementary color
Monochromatic Colors of #730262
Black with #730262
Text Example
Text Example
White with #730262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730262; }
p { color: rgb(115,2,98); }
H1.HeaderClassName
{
color: #730262;
}
.AnyTagClassName
{
color: #730262;
}
</style>
background-color css
<style>
a { background-color: #730262; }
a { background-color: rgb(115,2,98); }
div.DivClassName
{
background-color: #730262;
}
.BgClassName
{
background-color: #730262;
}
</style>
border-color css
<style>
span { border-color: #730262; }
span { border-color: rgb(115,2,98); }
td.TdClassName
{
border-color: #730262;
}
.TagClassName
{
border-color: #730262;
}
</style>