Shades of Purple #780362
Tints of Purple #780362
RGB
CMYK
RGB Variations
Color information
#780362 (or 0x780362) is known color: Purple. HEX triplet: 78, 03 and 62. RGB value is (120,3,98). Sum of RGB (Red+Green+Blue) = 120+3+98=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780362 is #87FC9D. Grayscale: #303030. Windows color (decimal): -8912030 or 6423416. OLE color: 6423416.
HSL color Cylindrical-coordinate representation of color #780362: hue angle of 311.28º 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 #780362 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 98 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.53 |
| HSL | 311.28º | 0.95% | 0.24% | - |
| HSV(B) | 311.28º | 0.98% | 0.47% | - |
| XYZ | 9.98 | 4.94 | 11.98 | - |
| YUV | 48.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 98 | 0 | 0.98 | 0.18 | 0.53 | 311.28 | 0.95 | 0.24 |
| Hex | 78 | 3 | 62 | 0 | 62 | 12 | 35 | 137 | 5F | 18 |
| Octal | 170 | 3 | 142 | 0 | 142 | 22 | 65 | 467 | 137 | 30 |
| Binary | 1111000 | 11 | 1100010 | 0 | 1100010 | 10010 | 110101 | 100110111 | 1011111 | 11000 |
Color Harmonies of #780362
Complementary color
Monochromatic Colors of #780362
Black with #780362
Text Example
Text Example
White with #780362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780362; }
p { color: rgb(120,3,98); }
H1.HeaderClassName
{
color: #780362;
}
.AnyTagClassName
{
color: #780362;
}
</style>
background-color css
<style>
a { background-color: #780362; }
a { background-color: rgb(120,3,98); }
div.DivClassName
{
background-color: #780362;
}
.BgClassName
{
background-color: #780362;
}
</style>
border-color css
<style>
span { border-color: #780362; }
span { border-color: rgb(120,3,98); }
td.TdClassName
{
border-color: #780362;
}
.TagClassName
{
border-color: #780362;
}
</style>