Shades of Royal Purple #68389D
Tints of Royal Purple #68389D
RGB
CMYK
RGB Variations
Color information
#68389D (or 0x68389D) is known color: Royal Purple. HEX triplet: 68, 38 and 9D. RGB value is (104,56,157). Sum of RGB (Red+Green+Blue) = 104+56+157=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #68389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68389D is #97C762. Grayscale: #515151. Windows color (decimal): -9946979 or 10303592. OLE color: 10303592.
HSL color Cylindrical-coordinate representation of color #68389D: hue angle of 268.51º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68389D is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 56 | 157 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.38 |
| HSL | 268.51º | 0.47% | 0.42% | - |
| HSV(B) | 268.51º | 0.64% | 0.62% | - |
| XYZ | 13.21 | 8.21 | 32.79 | - |
| YUV | 81.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 157 | 0.34 | 0.64 | 0 | 0.38 | 268.51 | 0.47 | 0.42 |
| Hex | 68 | 38 | 9D | 22 | 40 | 0 | 26 | 10D | 2F | 2A |
| Octal | 150 | 70 | 235 | 42 | 100 | 0 | 46 | 415 | 57 | 52 |
| Binary | 1101000 | 111000 | 10011101 | 100010 | 1000000 | 0 | 100110 | 100001101 | 101111 | 101010 |
Color Harmonies of #68389D
Complementary color
Monochromatic Colors of #68389D
Black with #68389D
Text Example
Text Example
White with #68389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68389D; }
p { color: rgb(104,56,157); }
H1.HeaderClassName
{
color: #68389D;
}
.AnyTagClassName
{
color: #68389D;
}
</style>
background-color css
<style>
a { background-color: #68389D; }
a { background-color: rgb(104,56,157); }
div.DivClassName
{
background-color: #68389D;
}
.BgClassName
{
background-color: #68389D;
}
</style>
border-color css
<style>
span { border-color: #68389D; }
span { border-color: rgb(104,56,157); }
td.TdClassName
{
border-color: #68389D;
}
.TagClassName
{
border-color: #68389D;
}
</style>