Shades of Purple #730378
Tints of Purple #730378
RGB
CMYK
RGB Variations
Color information
#730378 (or 0x730378) is known color: Purple. HEX triplet: 73, 03 and 78. RGB value is (115,3,120). Sum of RGB (Red+Green+Blue) = 115+3+120=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #730378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730378 is #8CFC87. Grayscale: #313131. Windows color (decimal): -9239688 or 7865203. OLE color: 7865203.
HSL color Cylindrical-coordinate representation of color #730378: hue angle of 297.44º degrees, saturation: 0.95, 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 #730378 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 3 | 120 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.53 |
| HSL | 297.44º | 0.95% | 0.24% | - |
| HSV(B) | 297.44º | 0.98% | 0.47% | - |
| XYZ | 10.49 | 5.07 | 18.19 | - |
| YUV | 49.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 120 | 0.04 | 0.98 | 0 | 0.53 | 297.44 | 0.95 | 0.24 |
| Hex | 73 | 3 | 78 | 4 | 62 | 0 | 35 | 129 | 5F | 18 |
| Octal | 163 | 3 | 170 | 4 | 142 | 0 | 65 | 451 | 137 | 30 |
| Binary | 1110011 | 11 | 1111000 | 100 | 1100010 | 0 | 110101 | 100101001 | 1011111 | 11000 |
Color Harmonies of #730378
Complementary color
Monochromatic Colors of #730378
Black with #730378
Text Example
Text Example
White with #730378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730378; }
p { color: rgb(115,3,120); }
H1.HeaderClassName
{
color: #730378;
}
.AnyTagClassName
{
color: #730378;
}
</style>
background-color css
<style>
a { background-color: #730378; }
a { background-color: rgb(115,3,120); }
div.DivClassName
{
background-color: #730378;
}
.BgClassName
{
background-color: #730378;
}
</style>
border-color css
<style>
span { border-color: #730378; }
span { border-color: rgb(115,3,120); }
td.TdClassName
{
border-color: #730378;
}
.TagClassName
{
border-color: #730378;
}
</style>