Shades of Royal Purple #68329A
Tints of Royal Purple #68329A
RGB
CMYK
RGB Variations
Color information
#68329A (or 0x68329A) is known color: Royal Purple. HEX triplet: 68, 32 and 9A. RGB value is (104,50,154). Sum of RGB (Red+Green+Blue) = 104+50+154=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #68329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68329A is #97CD65. Grayscale: #4D4D4D. Windows color (decimal): -9948518 or 10105448. OLE color: 10105448.
HSL color Cylindrical-coordinate representation of color #68329A: hue angle of 271.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68329A is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 50 | 154 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.40 |
| HSL | 271.15º | 0.51% | 0.4% | - |
| HSV(B) | 271.15º | 0.68% | 0.6% | - |
| XYZ | 12.68 | 7.56 | 31.36 | - |
| YUV | 78 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 154 | 0.32 | 0.68 | 0 | 0.40 | 271.15 | 0.51 | 0.4 |
| Hex | 68 | 32 | 9A | 20 | 44 | 0 | 28 | 10F | 33 | 28 |
| Octal | 150 | 62 | 232 | 40 | 104 | 0 | 50 | 417 | 63 | 50 |
| Binary | 1101000 | 110010 | 10011010 | 100000 | 1000100 | 0 | 101000 | 100001111 | 110011 | 101000 |
Color Harmonies of #68329A
Complementary color
Monochromatic Colors of #68329A
Black with #68329A
Text Example
Text Example
White with #68329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68329A; }
p { color: rgb(104,50,154); }
H1.HeaderClassName
{
color: #68329A;
}
.AnyTagClassName
{
color: #68329A;
}
</style>
background-color css
<style>
a { background-color: #68329A; }
a { background-color: rgb(104,50,154); }
div.DivClassName
{
background-color: #68329A;
}
.BgClassName
{
background-color: #68329A;
}
</style>
border-color css
<style>
span { border-color: #68329A; }
span { border-color: rgb(104,50,154); }
td.TdClassName
{
border-color: #68329A;
}
.TagClassName
{
border-color: #68329A;
}
</style>