Shades of Royal Purple #7638A8
Tints of Royal Purple #7638A8
RGB
CMYK
RGB Variations
Color information
#7638A8 (or 0x7638A8) is known color: Royal Purple. HEX triplet: 76, 38 and A8. RGB value is (118,56,168). Sum of RGB (Red+Green+Blue) = 118+56+168=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 168 - color contains mainly: blue. Hex color #7638A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7638A8 is #89C757. Grayscale: #565656. Windows color (decimal): -9029464 or 11024502. OLE color: 11024502.
HSL color Cylindrical-coordinate representation of color #7638A8: hue angle of 273.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7638A8 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 56 | 168 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.34 |
| HSL | 273.21º | 0.5% | 0.44% | - |
| HSV(B) | 273.21º | 0.67% | 0.66% | - |
| XYZ | 15.95 | 9.51 | 38.04 | - |
| YUV | 87.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 168 | 0.30 | 0.67 | 0 | 0.34 | 273.21 | 0.5 | 0.44 |
| Hex | 76 | 38 | A8 | 1E | 43 | 0 | 22 | 111 | 32 | 2C |
| Octal | 166 | 70 | 250 | 36 | 103 | 0 | 42 | 421 | 62 | 54 |
| Binary | 1110110 | 111000 | 10101000 | 11110 | 1000011 | 0 | 100010 | 100010001 | 110010 | 101100 |
Color Harmonies of #7638A8
Complementary color
Monochromatic Colors of #7638A8
Black with #7638A8
Text Example
Text Example
White with #7638A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7638A8; }
p { color: rgb(118,56,168); }
H1.HeaderClassName
{
color: #7638A8;
}
.AnyTagClassName
{
color: #7638A8;
}
</style>
background-color css
<style>
a { background-color: #7638A8; }
a { background-color: rgb(118,56,168); }
div.DivClassName
{
background-color: #7638A8;
}
.BgClassName
{
background-color: #7638A8;
}
</style>
border-color css
<style>
span { border-color: #7638A8; }
span { border-color: rgb(118,56,168); }
td.TdClassName
{
border-color: #7638A8;
}
.TagClassName
{
border-color: #7638A8;
}
</style>