Shades of Royal Purple #7639AA
Tints of Royal Purple #7639AA
RGB
CMYK
RGB Variations
Color information
#7639AA (or 0x7639AA) is known color: Royal Purple. HEX triplet: 76, 39 and AA. RGB value is (118,57,170). Sum of RGB (Red+Green+Blue) = 118+57+170=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #7639AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7639AA is #89C655. Grayscale: #575757. Windows color (decimal): -9029206 or 11155830. OLE color: 11155830.
HSL color Cylindrical-coordinate representation of color #7639AA: hue angle of 272.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7639AA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 57 | 170 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.33 |
| HSL | 272.39º | 0.5% | 0.45% | - |
| HSV(B) | 272.39º | 0.66% | 0.67% | - |
| XYZ | 16.19 | 9.68 | 39.05 | - |
| YUV | 88.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 170 | 0.31 | 0.66 | 0 | 0.33 | 272.39 | 0.5 | 0.45 |
| Hex | 76 | 39 | AA | 1F | 42 | 0 | 21 | 110 | 32 | 2D |
| Octal | 166 | 71 | 252 | 37 | 102 | 0 | 41 | 420 | 62 | 55 |
| Binary | 1110110 | 111001 | 10101010 | 11111 | 1000010 | 0 | 100001 | 100010000 | 110010 | 101101 |
Color Harmonies of #7639AA
Complementary color
Monochromatic Colors of #7639AA
Black with #7639AA
Text Example
Text Example
White with #7639AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7639AA; }
p { color: rgb(118,57,170); }
H1.HeaderClassName
{
color: #7639AA;
}
.AnyTagClassName
{
color: #7639AA;
}
</style>
background-color css
<style>
a { background-color: #7639AA; }
a { background-color: rgb(118,57,170); }
div.DivClassName
{
background-color: #7639AA;
}
.BgClassName
{
background-color: #7639AA;
}
</style>
border-color css
<style>
span { border-color: #7639AA; }
span { border-color: rgb(118,57,170); }
td.TdClassName
{
border-color: #7639AA;
}
.TagClassName
{
border-color: #7639AA;
}
</style>