Shades of Royal Purple #68189B
Tints of Royal Purple #68189B
RGB
CMYK
RGB Variations
Color information
#68189B (or 0x68189B) is known color: Royal Purple. HEX triplet: 68, 18 and 9B. RGB value is (104,24,155). Sum of RGB (Red+Green+Blue) = 104+24+155=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #68189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68189B is #97E764. Grayscale: #3E3E3E. Windows color (decimal): -9955173 or 10164328. OLE color: 10164328.
HSL color Cylindrical-coordinate representation of color #68189B: hue angle of 276.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68189B is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 24 | 155 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.39 |
| HSL | 276.64º | 0.73% | 0.35% | - |
| HSV(B) | 276.64º | 0.85% | 0.61% | - |
| XYZ | 11.95 | 5.96 | 31.53 | - |
| YUV | 62.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 155 | 0.33 | 0.85 | 0 | 0.39 | 276.64 | 0.73 | 0.35 |
| Hex | 68 | 18 | 9B | 21 | 55 | 0 | 27 | 115 | 49 | 23 |
| Octal | 150 | 30 | 233 | 41 | 125 | 0 | 47 | 425 | 111 | 43 |
| Binary | 1101000 | 11000 | 10011011 | 100001 | 1010101 | 0 | 100111 | 100010101 | 1001001 | 100011 |
Color Harmonies of #68189B
Complementary color
Monochromatic Colors of #68189B
Black with #68189B
Text Example
Text Example
White with #68189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68189B; }
p { color: rgb(104,24,155); }
H1.HeaderClassName
{
color: #68189B;
}
.AnyTagClassName
{
color: #68189B;
}
</style>
background-color css
<style>
a { background-color: #68189B; }
a { background-color: rgb(104,24,155); }
div.DivClassName
{
background-color: #68189B;
}
.BgClassName
{
background-color: #68189B;
}
</style>
border-color css
<style>
span { border-color: #68189B; }
span { border-color: rgb(104,24,155); }
td.TdClassName
{
border-color: #68189B;
}
.TagClassName
{
border-color: #68189B;
}
</style>