Shades of Royal Purple #68309C
Tints of Royal Purple #68309C
RGB
CMYK
RGB Variations
Color information
#68309C (or 0x68309C) is known color: Royal Purple. HEX triplet: 68, 30 and 9C. RGB value is (104,48,156). Sum of RGB (Red+Green+Blue) = 104+48+156=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #68309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68309C is #97CF63. Grayscale: #4C4C4C. Windows color (decimal): -9949028 or 10236008. OLE color: 10236008.
HSL color Cylindrical-coordinate representation of color #68309C: hue angle of 271.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68309C is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 48 | 156 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.39 |
| HSL | 271.11º | 0.53% | 0.4% | - |
| HSV(B) | 271.11º | 0.69% | 0.61% | - |
| XYZ | 12.77 | 7.46 | 32.22 | - |
| YUV | 77.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 156 | 0.33 | 0.69 | 0 | 0.39 | 271.11 | 0.53 | 0.4 |
| Hex | 68 | 30 | 9C | 21 | 45 | 0 | 27 | 10F | 35 | 28 |
| Octal | 150 | 60 | 234 | 41 | 105 | 0 | 47 | 417 | 65 | 50 |
| Binary | 1101000 | 110000 | 10011100 | 100001 | 1000101 | 0 | 100111 | 100001111 | 110101 | 101000 |
Color Harmonies of #68309C
Complementary color
Monochromatic Colors of #68309C
Black with #68309C
Text Example
Text Example
White with #68309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68309C; }
p { color: rgb(104,48,156); }
H1.HeaderClassName
{
color: #68309C;
}
.AnyTagClassName
{
color: #68309C;
}
</style>
background-color css
<style>
a { background-color: #68309C; }
a { background-color: rgb(104,48,156); }
div.DivClassName
{
background-color: #68309C;
}
.BgClassName
{
background-color: #68309C;
}
</style>
border-color css
<style>
span { border-color: #68309C; }
span { border-color: rgb(104,48,156); }
td.TdClassName
{
border-color: #68309C;
}
.TagClassName
{
border-color: #68309C;
}
</style>