Shades of Royal Purple #7B39A5
Tints of Royal Purple #7B39A5
RGB
CMYK
RGB Variations
Color information
#7B39A5 (or 0x7B39A5) is known color: Royal Purple. HEX triplet: 7B, 39 and A5. RGB value is (123,57,165). Sum of RGB (Red+Green+Blue) = 123+57+165=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B39A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B39A5 is #84C65A. Grayscale: #585858. Windows color (decimal): -8701531 or 10828155. OLE color: 10828155.
HSL color Cylindrical-coordinate representation of color #7B39A5: hue angle of 276.67º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B39A5 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 57 | 165 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.35 |
| HSL | 276.67º | 0.49% | 0.44% | - |
| HSV(B) | 276.67º | 0.65% | 0.65% | - |
| XYZ | 16.42 | 9.85 | 36.63 | - |
| YUV | 89.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 165 | 0.25 | 0.65 | 0 | 0.35 | 276.67 | 0.49 | 0.44 |
| Hex | 7B | 39 | A5 | 19 | 41 | 0 | 23 | 115 | 31 | 2C |
| Octal | 173 | 71 | 245 | 31 | 101 | 0 | 43 | 425 | 61 | 54 |
| Binary | 1111011 | 111001 | 10100101 | 11001 | 1000001 | 0 | 100011 | 100010101 | 110001 | 101100 |
Color Harmonies of #7B39A5
Complementary color
Monochromatic Colors of #7B39A5
Black with #7B39A5
Text Example
Text Example
White with #7B39A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B39A5; }
p { color: rgb(123,57,165); }
H1.HeaderClassName
{
color: #7B39A5;
}
.AnyTagClassName
{
color: #7B39A5;
}
</style>
background-color css
<style>
a { background-color: #7B39A5; }
a { background-color: rgb(123,57,165); }
div.DivClassName
{
background-color: #7B39A5;
}
.BgClassName
{
background-color: #7B39A5;
}
</style>
border-color css
<style>
span { border-color: #7B39A5; }
span { border-color: rgb(123,57,165); }
td.TdClassName
{
border-color: #7B39A5;
}
.TagClassName
{
border-color: #7B39A5;
}
</style>