Shades of Royal Purple #773DB3
Tints of Royal Purple #773DB3
RGB
CMYK
RGB Variations
Color information
#773DB3 (or 0x773DB3) is known color: Royal Purple. HEX triplet: 77, 3D and B3. RGB value is (119,61,179). Sum of RGB (Red+Green+Blue) = 119+61+179=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #773DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DB3 is #88C24C. Grayscale: #5B5B5B. Windows color (decimal): -8962637 or 11746679. OLE color: 11746679.
HSL color Cylindrical-coordinate representation of color #773DB3: hue angle of 269.49º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773DB3 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 61 | 179 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.30 |
| HSL | 269.49º | 0.49% | 0.47% | - |
| HSV(B) | 269.49º | 0.66% | 0.7% | - |
| XYZ | 17.41 | 10.51 | 43.76 | - |
| YUV | 91.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 179 | 0.34 | 0.66 | 0 | 0.30 | 269.49 | 0.49 | 0.47 |
| Hex | 77 | 3D | B3 | 22 | 42 | 0 | 1E | 10D | 31 | 2F |
| Octal | 167 | 75 | 263 | 42 | 102 | 0 | 36 | 415 | 61 | 57 |
| Binary | 1110111 | 111101 | 10110011 | 100010 | 1000010 | 0 | 11110 | 100001101 | 110001 | 101111 |
Color Harmonies of #773DB3
Complementary color
Monochromatic Colors of #773DB3
Black with #773DB3
Text Example
Text Example
White with #773DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DB3; }
p { color: rgb(119,61,179); }
H1.HeaderClassName
{
color: #773DB3;
}
.AnyTagClassName
{
color: #773DB3;
}
</style>
background-color css
<style>
a { background-color: #773DB3; }
a { background-color: rgb(119,61,179); }
div.DivClassName
{
background-color: #773DB3;
}
.BgClassName
{
background-color: #773DB3;
}
</style>
border-color css
<style>
span { border-color: #773DB3; }
span { border-color: rgb(119,61,179); }
td.TdClassName
{
border-color: #773DB3;
}
.TagClassName
{
border-color: #773DB3;
}
</style>