Shades of Purple #780B6B
Tints of Purple #780B6B
RGB
CMYK
RGB Variations
Color information
#780B6B (or 0x780B6B) is known color: Purple. HEX triplet: 78, 0B and 6B. RGB value is (120,11,107). Sum of RGB (Red+Green+Blue) = 120+11+107=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B6B is #87F494. Grayscale: #363636. Windows color (decimal): -8909973 or 7015288. OLE color: 7015288.
HSL color Cylindrical-coordinate representation of color #780B6B: hue angle of 307.16º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B6B is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 107 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.53 |
| HSL | 307.16º | 0.83% | 0.26% | - |
| HSV(B) | 307.16º | 0.91% | 0.47% | - |
| XYZ | 10.52 | 5.29 | 14.38 | - |
| YUV | 54.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 107 | 0 | 0.91 | 0.11 | 0.53 | 307.16 | 0.83 | 0.26 |
| Hex | 78 | B | 6B | 0 | 5B | B | 35 | 133 | 53 | 1A |
| Octal | 170 | 13 | 153 | 0 | 133 | 13 | 65 | 463 | 123 | 32 |
| Binary | 1111000 | 1011 | 1101011 | 0 | 1011011 | 1011 | 110101 | 100110011 | 1010011 | 11010 |
Color Harmonies of #780B6B
Complementary color
Monochromatic Colors of #780B6B
Black with #780B6B
Text Example
Text Example
White with #780B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B6B; }
p { color: rgb(120,11,107); }
H1.HeaderClassName
{
color: #780B6B;
}
.AnyTagClassName
{
color: #780B6B;
}
</style>
background-color css
<style>
a { background-color: #780B6B; }
a { background-color: rgb(120,11,107); }
div.DivClassName
{
background-color: #780B6B;
}
.BgClassName
{
background-color: #780B6B;
}
</style>
border-color css
<style>
span { border-color: #780B6B; }
span { border-color: rgb(120,11,107); }
td.TdClassName
{
border-color: #780B6B;
}
.TagClassName
{
border-color: #780B6B;
}
</style>