Shades of Royal Purple #68159D
Tints of Royal Purple #68159D
RGB
CMYK
RGB Variations
Color information
#68159D (or 0x68159D) is known color: Royal Purple. HEX triplet: 68, 15 and 9D. RGB value is (104,21,157). Sum of RGB (Red+Green+Blue) = 104+21+157=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #68159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68159D is #97EA62. Grayscale: #3C3C3C. Windows color (decimal): -9955939 or 10294632. OLE color: 10294632.
HSL color Cylindrical-coordinate representation of color #68159D: hue angle of 276.62º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68159D is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 21 | 157 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.38 |
| HSL | 276.62º | 0.76% | 0.35% | - |
| HSV(B) | 276.62º | 0.87% | 0.62% | - |
| XYZ | 12.06 | 5.91 | 32.4 | - |
| YUV | 61.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 157 | 0.34 | 0.87 | 0 | 0.38 | 276.62 | 0.76 | 0.35 |
| Hex | 68 | 15 | 9D | 22 | 57 | 0 | 26 | 115 | 4C | 23 |
| Octal | 150 | 25 | 235 | 42 | 127 | 0 | 46 | 425 | 114 | 43 |
| Binary | 1101000 | 10101 | 10011101 | 100010 | 1010111 | 0 | 100110 | 100010101 | 1001100 | 100011 |
Color Harmonies of #68159D
Complementary color
Monochromatic Colors of #68159D
Black with #68159D
Text Example
Text Example
White with #68159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68159D; }
p { color: rgb(104,21,157); }
H1.HeaderClassName
{
color: #68159D;
}
.AnyTagClassName
{
color: #68159D;
}
</style>
background-color css
<style>
a { background-color: #68159D; }
a { background-color: rgb(104,21,157); }
div.DivClassName
{
background-color: #68159D;
}
.BgClassName
{
background-color: #68159D;
}
</style>
border-color css
<style>
span { border-color: #68159D; }
span { border-color: rgb(104,21,157); }
td.TdClassName
{
border-color: #68159D;
}
.TagClassName
{
border-color: #68159D;
}
</style>