Shades of Royal Purple #68219C
Tints of Royal Purple #68219C
RGB
CMYK
RGB Variations
Color information
#68219C (or 0x68219C) is known color: Royal Purple. HEX triplet: 68, 21 and 9C. RGB value is (104,33,156). Sum of RGB (Red+Green+Blue) = 104+33+156=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #68219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68219C is #97DE63. Grayscale: #434343. Windows color (decimal): -9952868 or 10232168. OLE color: 10232168.
HSL color Cylindrical-coordinate representation of color #68219C: hue angle of 274.63º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68219C is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 33 | 156 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.39 |
| HSL | 274.63º | 0.65% | 0.37% | - |
| HSV(B) | 274.63º | 0.79% | 0.61% | - |
| XYZ | 12.25 | 6.43 | 32.05 | - |
| YUV | 68.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 156 | 0.33 | 0.79 | 0 | 0.39 | 274.63 | 0.65 | 0.37 |
| Hex | 68 | 21 | 9C | 21 | 4F | 0 | 27 | 113 | 41 | 25 |
| Octal | 150 | 41 | 234 | 41 | 117 | 0 | 47 | 423 | 101 | 45 |
| Binary | 1101000 | 100001 | 10011100 | 100001 | 1001111 | 0 | 100111 | 100010011 | 1000001 | 100101 |
Color Harmonies of #68219C
Complementary color
Monochromatic Colors of #68219C
Black with #68219C
Text Example
Text Example
White with #68219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68219C; }
p { color: rgb(104,33,156); }
H1.HeaderClassName
{
color: #68219C;
}
.AnyTagClassName
{
color: #68219C;
}
</style>
background-color css
<style>
a { background-color: #68219C; }
a { background-color: rgb(104,33,156); }
div.DivClassName
{
background-color: #68219C;
}
.BgClassName
{
background-color: #68219C;
}
</style>
border-color css
<style>
span { border-color: #68219C; }
span { border-color: rgb(104,33,156); }
td.TdClassName
{
border-color: #68219C;
}
.TagClassName
{
border-color: #68219C;
}
</style>