Shades of Dark Purple #781A68
Tints of Dark Purple #781A68
RGB
CMYK
RGB Variations
Color information
#781A68 (or 0x781A68) is known color: Dark Purple. HEX triplet: 78, 1A and 68. RGB value is (120,26,104). Sum of RGB (Red+Green+Blue) = 120+26+104=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #781A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A68 is #87E597. Grayscale: #3E3E3E. Windows color (decimal): -8906136 or 6822520. OLE color: 6822520.
HSL color Cylindrical-coordinate representation of color #781A68: hue angle of 310.21º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A68 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 104 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.53 |
| HSL | 310.21º | 0.64% | 0.29% | - |
| HSV(B) | 310.21º | 0.78% | 0.47% | - |
| XYZ | 10.61 | 5.73 | 13.64 | - |
| YUV | 63 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 104 | 0 | 0.78 | 0.13 | 0.53 | 310.21 | 0.64 | 0.29 |
| Hex | 78 | 1A | 68 | 0 | 4E | D | 35 | 136 | 40 | 1D |
| Octal | 170 | 32 | 150 | 0 | 116 | 15 | 65 | 466 | 100 | 35 |
| Binary | 1111000 | 11010 | 1101000 | 0 | 1001110 | 1101 | 110101 | 100110110 | 1000000 | 11101 |
Color Harmonies of #781A68
Complementary color
Monochromatic Colors of #781A68
Black with #781A68
Text Example
Text Example
White with #781A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A68; }
p { color: rgb(120,26,104); }
H1.HeaderClassName
{
color: #781A68;
}
.AnyTagClassName
{
color: #781A68;
}
</style>
background-color css
<style>
a { background-color: #781A68; }
a { background-color: rgb(120,26,104); }
div.DivClassName
{
background-color: #781A68;
}
.BgClassName
{
background-color: #781A68;
}
</style>
border-color css
<style>
span { border-color: #781A68; }
span { border-color: rgb(120,26,104); }
td.TdClassName
{
border-color: #781A68;
}
.TagClassName
{
border-color: #781A68;
}
</style>