Shades of Royal Purple #7739B3
Tints of Royal Purple #7739B3
RGB
CMYK
RGB Variations
Color information
#7739B3 (or 0x7739B3) is known color: Royal Purple. HEX triplet: 77, 39 and B3. RGB value is (119,57,179). Sum of RGB (Red+Green+Blue) = 119+57+179=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #7739B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739B3 is #88C64C. Grayscale: #595959. Windows color (decimal): -8963661 or 11745655. OLE color: 11745655.
HSL color Cylindrical-coordinate representation of color #7739B3: hue angle of 270.49º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7739B3 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 57 | 179 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.30 |
| HSL | 270.49º | 0.52% | 0.46% | - |
| HSV(B) | 270.49º | 0.68% | 0.7% | - |
| XYZ | 17.21 | 10.1 | 43.69 | - |
| YUV | 89.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 179 | 0.34 | 0.68 | 0 | 0.30 | 270.49 | 0.52 | 0.46 |
| Hex | 77 | 39 | B3 | 22 | 44 | 0 | 1E | 10E | 34 | 2E |
| Octal | 167 | 71 | 263 | 42 | 104 | 0 | 36 | 416 | 64 | 56 |
| Binary | 1110111 | 111001 | 10110011 | 100010 | 1000100 | 0 | 11110 | 100001110 | 110100 | 101110 |
Color Harmonies of #7739B3
Complementary color
Monochromatic Colors of #7739B3
Black with #7739B3
Text Example
Text Example
White with #7739B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739B3; }
p { color: rgb(119,57,179); }
H1.HeaderClassName
{
color: #7739B3;
}
.AnyTagClassName
{
color: #7739B3;
}
</style>
background-color css
<style>
a { background-color: #7739B3; }
a { background-color: rgb(119,57,179); }
div.DivClassName
{
background-color: #7739B3;
}
.BgClassName
{
background-color: #7739B3;
}
</style>
border-color css
<style>
span { border-color: #7739B3; }
span { border-color: rgb(119,57,179); }
td.TdClassName
{
border-color: #7739B3;
}
.TagClassName
{
border-color: #7739B3;
}
</style>