Shades of Royal Purple #68459B
Tints of Royal Purple #68459B
RGB
CMYK
RGB Variations
Color information
#68459B (or 0x68459B) is known color: Royal Purple. HEX triplet: 68, 45 and 9B. RGB value is (104,69,155). Sum of RGB (Red+Green+Blue) = 104+69+155=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #68459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68459B is #97BA64. Grayscale: #585858. Windows color (decimal): -9943653 or 10175848. OLE color: 10175848.
HSL color Cylindrical-coordinate representation of color #68459B: hue angle of 264.42º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68459B is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 69 | 155 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.39 |
| HSL | 264.42º | 0.38% | 0.44% | - |
| HSV(B) | 264.42º | 0.55% | 0.61% | - |
| XYZ | 13.75 | 9.57 | 32.13 | - |
| YUV | 89.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 155 | 0.33 | 0.55 | 0 | 0.39 | 264.42 | 0.38 | 0.44 |
| Hex | 68 | 45 | 9B | 21 | 37 | 0 | 27 | 108 | 26 | 2C |
| Octal | 150 | 105 | 233 | 41 | 67 | 0 | 47 | 410 | 46 | 54 |
| Binary | 1101000 | 1000101 | 10011011 | 100001 | 110111 | 0 | 100111 | 100001000 | 100110 | 101100 |
Color Harmonies of #68459B
Complementary color
Monochromatic Colors of #68459B
Black with #68459B
Text Example
Text Example
White with #68459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68459B; }
p { color: rgb(104,69,155); }
H1.HeaderClassName
{
color: #68459B;
}
.AnyTagClassName
{
color: #68459B;
}
</style>
background-color css
<style>
a { background-color: #68459B; }
a { background-color: rgb(104,69,155); }
div.DivClassName
{
background-color: #68459B;
}
.BgClassName
{
background-color: #68459B;
}
</style>
border-color css
<style>
span { border-color: #68459B; }
span { border-color: rgb(104,69,155); }
td.TdClassName
{
border-color: #68459B;
}
.TagClassName
{
border-color: #68459B;
}
</style>