Shades of Royal Purple #68389E
Tints of Royal Purple #68389E
RGB
CMYK
RGB Variations
Color information
#68389E (or 0x68389E) is known color: Royal Purple. HEX triplet: 68, 38 and 9E. RGB value is (104,56,158). Sum of RGB (Red+Green+Blue) = 104+56+158=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #68389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68389E is #97C761. Grayscale: #515151. Windows color (decimal): -9946978 or 10369128. OLE color: 10369128.
HSL color Cylindrical-coordinate representation of color #68389E: hue angle of 268.24º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68389E is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 56 | 158 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.38 |
| HSL | 268.24º | 0.48% | 0.42% | - |
| HSV(B) | 268.24º | 0.65% | 0.62% | - |
| XYZ | 13.29 | 8.24 | 33.24 | - |
| YUV | 81.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 158 | 0.34 | 0.65 | 0 | 0.38 | 268.24 | 0.48 | 0.42 |
| Hex | 68 | 38 | 9E | 22 | 41 | 0 | 26 | 10C | 30 | 2A |
| Octal | 150 | 70 | 236 | 42 | 101 | 0 | 46 | 414 | 60 | 52 |
| Binary | 1101000 | 111000 | 10011110 | 100010 | 1000001 | 0 | 100110 | 100001100 | 110000 | 101010 |
Color Harmonies of #68389E
Complementary color
Monochromatic Colors of #68389E
Black with #68389E
Text Example
Text Example
White with #68389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68389E; }
p { color: rgb(104,56,158); }
H1.HeaderClassName
{
color: #68389E;
}
.AnyTagClassName
{
color: #68389E;
}
</style>
background-color css
<style>
a { background-color: #68389E; }
a { background-color: rgb(104,56,158); }
div.DivClassName
{
background-color: #68389E;
}
.BgClassName
{
background-color: #68389E;
}
</style>
border-color css
<style>
span { border-color: #68389E; }
span { border-color: rgb(104,56,158); }
td.TdClassName
{
border-color: #68389E;
}
.TagClassName
{
border-color: #68389E;
}
</style>