Shades of Royal Purple #7739B0
Tints of Royal Purple #7739B0
RGB
CMYK
RGB Variations
Color information
#7739B0 (or 0x7739B0) is known color: Royal Purple. HEX triplet: 77, 39 and B0. RGB value is (119,57,176). Sum of RGB (Red+Green+Blue) = 119+57+176=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #7739B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7739B0 is #88C64F. Grayscale: #585858. Windows color (decimal): -8963664 or 11549047. OLE color: 11549047.
HSL color Cylindrical-coordinate representation of color #7739B0: hue angle of 271.26º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7739B0 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 57 | 176 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.31 |
| HSL | 271.26º | 0.51% | 0.46% | - |
| HSV(B) | 271.26º | 0.68% | 0.69% | - |
| XYZ | 16.91 | 9.98 | 42.11 | - |
| YUV | 89.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 176 | 0.32 | 0.68 | 0 | 0.31 | 271.26 | 0.51 | 0.46 |
| Hex | 77 | 39 | B0 | 20 | 44 | 0 | 1F | 10F | 33 | 2E |
| Octal | 167 | 71 | 260 | 40 | 104 | 0 | 37 | 417 | 63 | 56 |
| Binary | 1110111 | 111001 | 10110000 | 100000 | 1000100 | 0 | 11111 | 100001111 | 110011 | 101110 |
Color Harmonies of #7739B0
Complementary color
Monochromatic Colors of #7739B0
Black with #7739B0
Text Example
Text Example
White with #7739B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739B0; }
p { color: rgb(119,57,176); }
H1.HeaderClassName
{
color: #7739B0;
}
.AnyTagClassName
{
color: #7739B0;
}
</style>
background-color css
<style>
a { background-color: #7739B0; }
a { background-color: rgb(119,57,176); }
div.DivClassName
{
background-color: #7739B0;
}
.BgClassName
{
background-color: #7739B0;
}
</style>
border-color css
<style>
span { border-color: #7739B0; }
span { border-color: rgb(119,57,176); }
td.TdClassName
{
border-color: #7739B0;
}
.TagClassName
{
border-color: #7739B0;
}
</style>