Shades of Royal Purple #7639B5
Tints of Royal Purple #7639B5
RGB
CMYK
RGB Variations
Color information
#7639B5 (or 0x7639B5) is known color: Royal Purple. HEX triplet: 76, 39 and B5. RGB value is (118,57,181). Sum of RGB (Red+Green+Blue) = 118+57+181=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #7639B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7639B5 is #89C64A. Grayscale: #585858. Windows color (decimal): -9029195 or 11876726. OLE color: 11876726.
HSL color Cylindrical-coordinate representation of color #7639B5: hue angle of 269.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7639B5 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 57 | 181 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.29 |
| HSL | 269.52º | 0.52% | 0.47% | - |
| HSV(B) | 269.52º | 0.69% | 0.71% | - |
| XYZ | 17.27 | 10.11 | 44.76 | - |
| YUV | 89.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 181 | 0.35 | 0.69 | 0 | 0.29 | 269.52 | 0.52 | 0.47 |
| Hex | 76 | 39 | B5 | 23 | 45 | 0 | 1D | 10E | 34 | 2F |
| Octal | 166 | 71 | 265 | 43 | 105 | 0 | 35 | 416 | 64 | 57 |
| Binary | 1110110 | 111001 | 10110101 | 100011 | 1000101 | 0 | 11101 | 100001110 | 110100 | 101111 |
Color Harmonies of #7639B5
Complementary color
Monochromatic Colors of #7639B5
Black with #7639B5
Text Example
Text Example
White with #7639B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7639B5; }
p { color: rgb(118,57,181); }
H1.HeaderClassName
{
color: #7639B5;
}
.AnyTagClassName
{
color: #7639B5;
}
</style>
background-color css
<style>
a { background-color: #7639B5; }
a { background-color: rgb(118,57,181); }
div.DivClassName
{
background-color: #7639B5;
}
.BgClassName
{
background-color: #7639B5;
}
</style>
border-color css
<style>
span { border-color: #7639B5; }
span { border-color: rgb(118,57,181); }
td.TdClassName
{
border-color: #7639B5;
}
.TagClassName
{
border-color: #7639B5;
}
</style>