Shades of Purple #780365
Tints of Purple #780365
RGB
CMYK
RGB Variations
Color information
#780365 (or 0x780365) is known color: Purple. HEX triplet: 78, 03 and 65. RGB value is (120,3,101). Sum of RGB (Red+Green+Blue) = 120+3+101=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #780365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780365 is #87FC9A. Grayscale: #303030. Windows color (decimal): -8912027 or 6620024. OLE color: 6620024.
HSL color Cylindrical-coordinate representation of color #780365: hue angle of 309.74º 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 #780365 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.53 |
| HSL | 309.74º | 0.95% | 0.24% | - |
| HSV(B) | 309.74º | 0.98% | 0.47% | - |
| XYZ | 10.13 | 5 | 12.74 | - |
| YUV | 49.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 101 | 0 | 0.98 | 0.16 | 0.53 | 309.74 | 0.95 | 0.24 |
| Hex | 78 | 3 | 65 | 0 | 62 | 10 | 35 | 136 | 5F | 18 |
| Octal | 170 | 3 | 145 | 0 | 142 | 20 | 65 | 466 | 137 | 30 |
| Binary | 1111000 | 11 | 1100101 | 0 | 1100010 | 10000 | 110101 | 100110110 | 1011111 | 11000 |
Color Harmonies of #780365
Complementary color
Monochromatic Colors of #780365
Black with #780365
Text Example
Text Example
White with #780365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780365; }
p { color: rgb(120,3,101); }
H1.HeaderClassName
{
color: #780365;
}
.AnyTagClassName
{
color: #780365;
}
</style>
background-color css
<style>
a { background-color: #780365; }
a { background-color: rgb(120,3,101); }
div.DivClassName
{
background-color: #780365;
}
.BgClassName
{
background-color: #780365;
}
</style>
border-color css
<style>
span { border-color: #780365; }
span { border-color: rgb(120,3,101); }
td.TdClassName
{
border-color: #780365;
}
.TagClassName
{
border-color: #780365;
}
</style>