Shades of Royal Purple #68479B
Tints of Royal Purple #68479B
RGB
CMYK
RGB Variations
Color information
#68479B (or 0x68479B) is known color: Royal Purple. HEX triplet: 68, 47 and 9B. RGB value is (104,71,155). Sum of RGB (Red+Green+Blue) = 104+71+155=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #68479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68479B is #97B864. Grayscale: #5A5A5A. Windows color (decimal): -9943141 or 10176360. OLE color: 10176360.
HSL color Cylindrical-coordinate representation of color #68479B: hue angle of 263.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68479B is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 71 | 155 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.39 |
| HSL | 263.57º | 0.37% | 0.44% | - |
| HSV(B) | 263.57º | 0.54% | 0.61% | - |
| XYZ | 13.88 | 9.82 | 32.17 | - |
| YUV | 90.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 155 | 0.33 | 0.54 | 0 | 0.39 | 263.57 | 0.37 | 0.44 |
| Hex | 68 | 47 | 9B | 21 | 36 | 0 | 27 | 108 | 25 | 2C |
| Octal | 150 | 107 | 233 | 41 | 66 | 0 | 47 | 410 | 45 | 54 |
| Binary | 1101000 | 1000111 | 10011011 | 100001 | 110110 | 0 | 100111 | 100001000 | 100101 | 101100 |
Color Harmonies of #68479B
Complementary color
Monochromatic Colors of #68479B
Black with #68479B
Text Example
Text Example
White with #68479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68479B; }
p { color: rgb(104,71,155); }
H1.HeaderClassName
{
color: #68479B;
}
.AnyTagClassName
{
color: #68479B;
}
</style>
background-color css
<style>
a { background-color: #68479B; }
a { background-color: rgb(104,71,155); }
div.DivClassName
{
background-color: #68479B;
}
.BgClassName
{
background-color: #68479B;
}
</style>
border-color css
<style>
span { border-color: #68479B; }
span { border-color: rgb(104,71,155); }
td.TdClassName
{
border-color: #68479B;
}
.TagClassName
{
border-color: #68479B;
}
</style>