Shades of Royal Purple #68189F
Tints of Royal Purple #68189F
RGB
CMYK
RGB Variations
Color information
#68189F (or 0x68189F) is known color: Royal Purple. HEX triplet: 68, 18 and 9F. RGB value is (104,24,159). Sum of RGB (Red+Green+Blue) = 104+24+159=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #68189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68189F is #97E760. Grayscale: #3E3E3E. Windows color (decimal): -9955169 or 10426472. OLE color: 10426472.
HSL color Cylindrical-coordinate representation of color #68189F: hue angle of 275.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68189F is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 24 | 159 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.38 |
| HSL | 275.56º | 0.74% | 0.36% | - |
| HSV(B) | 275.56º | 0.85% | 0.62% | - |
| XYZ | 12.29 | 6.1 | 33.33 | - |
| YUV | 63.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 159 | 0.35 | 0.85 | 0 | 0.38 | 275.56 | 0.74 | 0.36 |
| Hex | 68 | 18 | 9F | 23 | 55 | 0 | 26 | 114 | 4A | 24 |
| Octal | 150 | 30 | 237 | 43 | 125 | 0 | 46 | 424 | 112 | 44 |
| Binary | 1101000 | 11000 | 10011111 | 100011 | 1010101 | 0 | 100110 | 100010100 | 1001010 | 100100 |
Color Harmonies of #68189F
Complementary color
Monochromatic Colors of #68189F
Black with #68189F
Text Example
Text Example
White with #68189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68189F; }
p { color: rgb(104,24,159); }
H1.HeaderClassName
{
color: #68189F;
}
.AnyTagClassName
{
color: #68189F;
}
</style>
background-color css
<style>
a { background-color: #68189F; }
a { background-color: rgb(104,24,159); }
div.DivClassName
{
background-color: #68189F;
}
.BgClassName
{
background-color: #68189F;
}
</style>
border-color css
<style>
span { border-color: #68189F; }
span { border-color: rgb(104,24,159); }
td.TdClassName
{
border-color: #68189F;
}
.TagClassName
{
border-color: #68189F;
}
</style>