Shades of Royal Purple #68309D
Tints of Royal Purple #68309D
RGB
CMYK
RGB Variations
Color information
#68309D (or 0x68309D) is known color: Royal Purple. HEX triplet: 68, 30 and 9D. RGB value is (104,48,157). Sum of RGB (Red+Green+Blue) = 104+48+157=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #68309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68309D is #97CF62. Grayscale: #4C4C4C. Windows color (decimal): -9949027 or 10301544. OLE color: 10301544.
HSL color Cylindrical-coordinate representation of color #68309D: hue angle of 270.83º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68309D is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 48 | 157 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.38 |
| HSL | 270.83º | 0.53% | 0.4% | - |
| HSV(B) | 270.83º | 0.69% | 0.62% | - |
| XYZ | 12.85 | 7.49 | 32.67 | - |
| YUV | 77.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 157 | 0.34 | 0.69 | 0 | 0.38 | 270.83 | 0.53 | 0.4 |
| Hex | 68 | 30 | 9D | 22 | 45 | 0 | 26 | 10F | 35 | 28 |
| Octal | 150 | 60 | 235 | 42 | 105 | 0 | 46 | 417 | 65 | 50 |
| Binary | 1101000 | 110000 | 10011101 | 100010 | 1000101 | 0 | 100110 | 100001111 | 110101 | 101000 |
Color Harmonies of #68309D
Complementary color
Monochromatic Colors of #68309D
Black with #68309D
Text Example
Text Example
White with #68309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68309D; }
p { color: rgb(104,48,157); }
H1.HeaderClassName
{
color: #68309D;
}
.AnyTagClassName
{
color: #68309D;
}
</style>
background-color css
<style>
a { background-color: #68309D; }
a { background-color: rgb(104,48,157); }
div.DivClassName
{
background-color: #68309D;
}
.BgClassName
{
background-color: #68309D;
}
</style>
border-color css
<style>
span { border-color: #68309D; }
span { border-color: rgb(104,48,157); }
td.TdClassName
{
border-color: #68309D;
}
.TagClassName
{
border-color: #68309D;
}
</style>