Shades of Royal Purple #68219F
Tints of Royal Purple #68219F
RGB
CMYK
RGB Variations
Color information
#68219F (or 0x68219F) is known color: Royal Purple. HEX triplet: 68, 21 and 9F. RGB value is (104,33,159). Sum of RGB (Red+Green+Blue) = 104+33+159=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #68219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68219F is #97DE60. Grayscale: #444444. Windows color (decimal): -9952865 or 10428776. OLE color: 10428776.
HSL color Cylindrical-coordinate representation of color #68219F: hue angle of 273.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68219F is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 33 | 159 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.38 |
| HSL | 273.81º | 0.66% | 0.38% | - |
| HSV(B) | 273.81º | 0.79% | 0.62% | - |
| XYZ | 12.51 | 6.53 | 33.4 | - |
| YUV | 68.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 159 | 0.35 | 0.79 | 0 | 0.38 | 273.81 | 0.66 | 0.38 |
| Hex | 68 | 21 | 9F | 23 | 4F | 0 | 26 | 112 | 42 | 26 |
| Octal | 150 | 41 | 237 | 43 | 117 | 0 | 46 | 422 | 102 | 46 |
| Binary | 1101000 | 100001 | 10011111 | 100011 | 1001111 | 0 | 100110 | 100010010 | 1000010 | 100110 |
Color Harmonies of #68219F
Complementary color
Monochromatic Colors of #68219F
Black with #68219F
Text Example
Text Example
White with #68219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68219F; }
p { color: rgb(104,33,159); }
H1.HeaderClassName
{
color: #68219F;
}
.AnyTagClassName
{
color: #68219F;
}
</style>
background-color css
<style>
a { background-color: #68219F; }
a { background-color: rgb(104,33,159); }
div.DivClassName
{
background-color: #68219F;
}
.BgClassName
{
background-color: #68219F;
}
</style>
border-color css
<style>
span { border-color: #68219F; }
span { border-color: rgb(104,33,159); }
td.TdClassName
{
border-color: #68219F;
}
.TagClassName
{
border-color: #68219F;
}
</style>