Shades of Purple #780367
Tints of Purple #780367
RGB
CMYK
RGB Variations
Color information
#780367 (or 0x780367) is known color: Purple. HEX triplet: 78, 03 and 67. RGB value is (120,3,103). Sum of RGB (Red+Green+Blue) = 120+3+103=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780367 is #87FC98. Grayscale: #313131. Windows color (decimal): -8912025 or 6751096. OLE color: 6751096.
HSL color Cylindrical-coordinate representation of color #780367: hue angle of 308.72º 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 #780367 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.53 |
| HSL | 308.72º | 0.95% | 0.24% | - |
| HSV(B) | 308.72º | 0.98% | 0.47% | - |
| XYZ | 10.23 | 5.04 | 13.27 | - |
| YUV | 49.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 103 | 0 | 0.98 | 0.14 | 0.53 | 308.72 | 0.95 | 0.24 |
| Hex | 78 | 3 | 67 | 0 | 62 | E | 35 | 135 | 5F | 18 |
| Octal | 170 | 3 | 147 | 0 | 142 | 16 | 65 | 465 | 137 | 30 |
| Binary | 1111000 | 11 | 1100111 | 0 | 1100010 | 1110 | 110101 | 100110101 | 1011111 | 11000 |
Color Harmonies of #780367
Complementary color
Monochromatic Colors of #780367
Black with #780367
Text Example
Text Example
White with #780367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780367; }
p { color: rgb(120,3,103); }
H1.HeaderClassName
{
color: #780367;
}
.AnyTagClassName
{
color: #780367;
}
</style>
background-color css
<style>
a { background-color: #780367; }
a { background-color: rgb(120,3,103); }
div.DivClassName
{
background-color: #780367;
}
.BgClassName
{
background-color: #780367;
}
</style>
border-color css
<style>
span { border-color: #780367; }
span { border-color: rgb(120,3,103); }
td.TdClassName
{
border-color: #780367;
}
.TagClassName
{
border-color: #780367;
}
</style>