Shades of Royal Purple #68398E
Tints of Royal Purple #68398E
RGB
CMYK
RGB Variations
Color information
#68398E (or 0x68398E) is known color: Royal Purple. HEX triplet: 68, 39 and 8E. RGB value is (104,57,142). Sum of RGB (Red+Green+Blue) = 104+57+142=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #68398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68398E is #97C671. Grayscale: #505050. Windows color (decimal): -9946738 or 9320808. OLE color: 9320808.
HSL color Cylindrical-coordinate representation of color #68398E: hue angle of 273.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68398E is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 57 | 142 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.44 |
| HSL | 273.18º | 0.43% | 0.39% | - |
| HSV(B) | 273.18º | 0.6% | 0.56% | - |
| XYZ | 12.05 | 7.82 | 26.47 | - |
| YUV | 80.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 142 | 0.27 | 0.60 | 0 | 0.44 | 273.18 | 0.43 | 0.39 |
| Hex | 68 | 39 | 8E | 1B | 3C | 0 | 2C | 111 | 2B | 27 |
| Octal | 150 | 71 | 216 | 33 | 74 | 0 | 54 | 421 | 53 | 47 |
| Binary | 1101000 | 111001 | 10001110 | 11011 | 111100 | 0 | 101100 | 100010001 | 101011 | 100111 |
Color Harmonies of #68398E
Complementary color
Monochromatic Colors of #68398E
Black with #68398E
Text Example
Text Example
White with #68398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68398E; }
p { color: rgb(104,57,142); }
H1.HeaderClassName
{
color: #68398E;
}
.AnyTagClassName
{
color: #68398E;
}
</style>
background-color css
<style>
a { background-color: #68398E; }
a { background-color: rgb(104,57,142); }
div.DivClassName
{
background-color: #68398E;
}
.BgClassName
{
background-color: #68398E;
}
</style>
border-color css
<style>
span { border-color: #68398E; }
span { border-color: rgb(104,57,142); }
td.TdClassName
{
border-color: #68398E;
}
.TagClassName
{
border-color: #68398E;
}
</style>