Shades of Royal Purple #7638B4
Tints of Royal Purple #7638B4
RGB
CMYK
RGB Variations
Color information
#7638B4 (or 0x7638B4) is known color: Royal Purple. HEX triplet: 76, 38 and B4. RGB value is (118,56,180). Sum of RGB (Red+Green+Blue) = 118+56+180=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #7638B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7638B4 is #89C74B. Grayscale: #585858. Windows color (decimal): -9029452 or 11810934. OLE color: 11810934.
HSL color Cylindrical-coordinate representation of color #7638B4: hue angle of 270º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7638B4 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 56 | 180 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.29 |
| HSL | 270º | 0.53% | 0.46% | - |
| HSV(B) | 270º | 0.69% | 0.71% | - |
| XYZ | 17.12 | 9.98 | 44.2 | - |
| YUV | 88.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 180 | 0.34 | 0.69 | 0 | 0.29 | 270 | 0.53 | 0.46 |
| Hex | 76 | 38 | B4 | 22 | 45 | 0 | 1D | 10E | 35 | 2E |
| Octal | 166 | 70 | 264 | 42 | 105 | 0 | 35 | 416 | 65 | 56 |
| Binary | 1110110 | 111000 | 10110100 | 100010 | 1000101 | 0 | 11101 | 100001110 | 110101 | 101110 |
Color Harmonies of #7638B4
Complementary color
Monochromatic Colors of #7638B4
Black with #7638B4
Text Example
Text Example
White with #7638B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7638B4; }
p { color: rgb(118,56,180); }
H1.HeaderClassName
{
color: #7638B4;
}
.AnyTagClassName
{
color: #7638B4;
}
</style>
background-color css
<style>
a { background-color: #7638B4; }
a { background-color: rgb(118,56,180); }
div.DivClassName
{
background-color: #7638B4;
}
.BgClassName
{
background-color: #7638B4;
}
</style>
border-color css
<style>
span { border-color: #7638B4; }
span { border-color: rgb(118,56,180); }
td.TdClassName
{
border-color: #7638B4;
}
.TagClassName
{
border-color: #7638B4;
}
</style>