Shades of Royal Purple #68459D
Tints of Royal Purple #68459D
RGB
CMYK
RGB Variations
Color information
#68459D (or 0x68459D) is known color: Royal Purple. HEX triplet: 68, 45 and 9D. RGB value is (104,69,157). Sum of RGB (Red+Green+Blue) = 104+69+157=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #68459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68459D is #97BA62. Grayscale: #595959. Windows color (decimal): -9943651 or 10306920. OLE color: 10306920.
HSL color Cylindrical-coordinate representation of color #68459D: hue angle of 263.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68459D is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 69 | 157 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.38 |
| HSL | 263.86º | 0.39% | 0.44% | - |
| HSV(B) | 263.86º | 0.56% | 0.62% | - |
| XYZ | 13.92 | 9.63 | 33.02 | - |
| YUV | 89.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 157 | 0.34 | 0.56 | 0 | 0.38 | 263.86 | 0.39 | 0.44 |
| Hex | 68 | 45 | 9D | 22 | 38 | 0 | 26 | 108 | 27 | 2C |
| Octal | 150 | 105 | 235 | 42 | 70 | 0 | 46 | 410 | 47 | 54 |
| Binary | 1101000 | 1000101 | 10011101 | 100010 | 111000 | 0 | 100110 | 100001000 | 100111 | 101100 |
Color Harmonies of #68459D
Complementary color
Monochromatic Colors of #68459D
Black with #68459D
Text Example
Text Example
White with #68459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68459D; }
p { color: rgb(104,69,157); }
H1.HeaderClassName
{
color: #68459D;
}
.AnyTagClassName
{
color: #68459D;
}
</style>
background-color css
<style>
a { background-color: #68459D; }
a { background-color: rgb(104,69,157); }
div.DivClassName
{
background-color: #68459D;
}
.BgClassName
{
background-color: #68459D;
}
</style>
border-color css
<style>
span { border-color: #68459D; }
span { border-color: rgb(104,69,157); }
td.TdClassName
{
border-color: #68459D;
}
.TagClassName
{
border-color: #68459D;
}
</style>