Shades of Purple #730278
Tints of Purple #730278
RGB
CMYK
RGB Variations
Color information
#730278 (or 0x730278) is known color: Purple. HEX triplet: 73, 02 and 78. RGB value is (115,2,120). Sum of RGB (Red+Green+Blue) = 115+2+120=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #730278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730278 is #8CFD87. Grayscale: #303030. Windows color (decimal): -9239944 or 7864947. OLE color: 7864947.
HSL color Cylindrical-coordinate representation of color #730278: hue angle of 297.46º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730278 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 2 | 120 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.53 |
| HSL | 297.46º | 0.97% | 0.24% | - |
| HSV(B) | 297.46º | 0.98% | 0.47% | - |
| XYZ | 10.48 | 5.04 | 18.19 | - |
| YUV | 49.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 120 | 0.04 | 0.98 | 0 | 0.53 | 297.46 | 0.97 | 0.24 |
| Hex | 73 | 2 | 78 | 4 | 62 | 0 | 35 | 129 | 61 | 18 |
| Octal | 163 | 2 | 170 | 4 | 142 | 0 | 65 | 451 | 141 | 30 |
| Binary | 1110011 | 10 | 1111000 | 100 | 1100010 | 0 | 110101 | 100101001 | 1100001 | 11000 |
Color Harmonies of #730278
Complementary color
Monochromatic Colors of #730278
Black with #730278
Text Example
Text Example
White with #730278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730278; }
p { color: rgb(115,2,120); }
H1.HeaderClassName
{
color: #730278;
}
.AnyTagClassName
{
color: #730278;
}
</style>
background-color css
<style>
a { background-color: #730278; }
a { background-color: rgb(115,2,120); }
div.DivClassName
{
background-color: #730278;
}
.BgClassName
{
background-color: #730278;
}
</style>
border-color css
<style>
span { border-color: #730278; }
span { border-color: rgb(115,2,120); }
td.TdClassName
{
border-color: #730278;
}
.TagClassName
{
border-color: #730278;
}
</style>