Shades of Royal Purple #68359A
Tints of Royal Purple #68359A
RGB
CMYK
RGB Variations
Color information
#68359A (or 0x68359A) is known color: Royal Purple. HEX triplet: 68, 35 and 9A. RGB value is (104,53,154). Sum of RGB (Red+Green+Blue) = 104+53+154=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #68359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68359A is #97CA65. Grayscale: #4F4F4F. Windows color (decimal): -9947750 or 10106216. OLE color: 10106216.
HSL color Cylindrical-coordinate representation of color #68359A: hue angle of 270.3º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68359A is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 53 | 154 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.40 |
| HSL | 270.3º | 0.49% | 0.41% | - |
| HSV(B) | 270.3º | 0.66% | 0.6% | - |
| XYZ | 12.81 | 7.82 | 31.41 | - |
| YUV | 79.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 154 | 0.32 | 0.66 | 0 | 0.40 | 270.3 | 0.49 | 0.41 |
| Hex | 68 | 35 | 9A | 20 | 42 | 0 | 28 | 10E | 31 | 29 |
| Octal | 150 | 65 | 232 | 40 | 102 | 0 | 50 | 416 | 61 | 51 |
| Binary | 1101000 | 110101 | 10011010 | 100000 | 1000010 | 0 | 101000 | 100001110 | 110001 | 101001 |
Color Harmonies of #68359A
Complementary color
Monochromatic Colors of #68359A
Black with #68359A
Text Example
Text Example
White with #68359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68359A; }
p { color: rgb(104,53,154); }
H1.HeaderClassName
{
color: #68359A;
}
.AnyTagClassName
{
color: #68359A;
}
</style>
background-color css
<style>
a { background-color: #68359A; }
a { background-color: rgb(104,53,154); }
div.DivClassName
{
background-color: #68359A;
}
.BgClassName
{
background-color: #68359A;
}
</style>
border-color css
<style>
span { border-color: #68359A; }
span { border-color: rgb(104,53,154); }
td.TdClassName
{
border-color: #68359A;
}
.TagClassName
{
border-color: #68359A;
}
</style>