Shades of Purple #780384
Tints of Purple #780384
RGB
CMYK
RGB Variations
Color information
#780384 (or 0x780384) is known color: Purple. HEX triplet: 78, 03 and 84. RGB value is (120,3,132). Sum of RGB (Red+Green+Blue) = 120+3+132=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #780384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780384 is #87FC7B. Grayscale: #343434. Windows color (decimal): -8911996 or 8651640. OLE color: 8651640.
HSL color Cylindrical-coordinate representation of color #780384: hue angle of 294.42º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780384 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 3 | 132 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.48 |
| HSL | 294.42º | 0.96% | 0.26% | - |
| HSV(B) | 294.42º | 0.98% | 0.52% | - |
| XYZ | 11.94 | 5.72 | 22.31 | - |
| YUV | 52.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 132 | 0.09 | 0.98 | 0 | 0.48 | 294.42 | 0.96 | 0.26 |
| Hex | 78 | 3 | 84 | 9 | 62 | 0 | 30 | 126 | 60 | 1A |
| Octal | 170 | 3 | 204 | 11 | 142 | 0 | 60 | 446 | 140 | 32 |
| Binary | 1111000 | 11 | 10000100 | 1001 | 1100010 | 0 | 110000 | 100100110 | 1100000 | 11010 |
Color Harmonies of #780384
Complementary color
Monochromatic Colors of #780384
Black with #780384
Text Example
Text Example
White with #780384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780384; }
p { color: rgb(120,3,132); }
H1.HeaderClassName
{
color: #780384;
}
.AnyTagClassName
{
color: #780384;
}
</style>
background-color css
<style>
a { background-color: #780384; }
a { background-color: rgb(120,3,132); }
div.DivClassName
{
background-color: #780384;
}
.BgClassName
{
background-color: #780384;
}
</style>
border-color css
<style>
span { border-color: #780384; }
span { border-color: rgb(120,3,132); }
td.TdClassName
{
border-color: #780384;
}
.TagClassName
{
border-color: #780384;
}
</style>