Shades of Royal Purple #68299C
Tints of Royal Purple #68299C
RGB
CMYK
RGB Variations
Color information
#68299C (or 0x68299C) is known color: Royal Purple. HEX triplet: 68, 29 and 9C. RGB value is (104,41,156). Sum of RGB (Red+Green+Blue) = 104+41+156=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #68299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68299C is #97D663. Grayscale: #484848. Windows color (decimal): -9950820 or 10234216. OLE color: 10234216.
HSL color Cylindrical-coordinate representation of color #68299C: hue angle of 272.87º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68299C is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 41 | 156 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.39 |
| HSL | 272.87º | 0.58% | 0.39% | - |
| HSV(B) | 272.87º | 0.74% | 0.61% | - |
| XYZ | 12.5 | 6.93 | 32.13 | - |
| YUV | 72.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 156 | 0.33 | 0.74 | 0 | 0.39 | 272.87 | 0.58 | 0.39 |
| Hex | 68 | 29 | 9C | 21 | 4A | 0 | 27 | 111 | 3A | 27 |
| Octal | 150 | 51 | 234 | 41 | 112 | 0 | 47 | 421 | 72 | 47 |
| Binary | 1101000 | 101001 | 10011100 | 100001 | 1001010 | 0 | 100111 | 100010001 | 111010 | 100111 |
Color Harmonies of #68299C
Complementary color
Monochromatic Colors of #68299C
Black with #68299C
Text Example
Text Example
White with #68299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68299C; }
p { color: rgb(104,41,156); }
H1.HeaderClassName
{
color: #68299C;
}
.AnyTagClassName
{
color: #68299C;
}
</style>
background-color css
<style>
a { background-color: #68299C; }
a { background-color: rgb(104,41,156); }
div.DivClassName
{
background-color: #68299C;
}
.BgClassName
{
background-color: #68299C;
}
</style>
border-color css
<style>
span { border-color: #68299C; }
span { border-color: rgb(104,41,156); }
td.TdClassName
{
border-color: #68299C;
}
.TagClassName
{
border-color: #68299C;
}
</style>