Shades of Royal Purple #68419D
Tints of Royal Purple #68419D
RGB
CMYK
RGB Variations
Color information
#68419D (or 0x68419D) is known color: Royal Purple. HEX triplet: 68, 41 and 9D. RGB value is (104,65,157). Sum of RGB (Red+Green+Blue) = 104+65+157=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #68419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68419D is #97BE62. Grayscale: #565656. Windows color (decimal): -9944675 or 10305896. OLE color: 10305896.
HSL color Cylindrical-coordinate representation of color #68419D: hue angle of 265.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68419D is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 65 | 157 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.38 |
| HSL | 265.43º | 0.41% | 0.44% | - |
| HSV(B) | 265.43º | 0.59% | 0.62% | - |
| XYZ | 13.69 | 9.16 | 32.94 | - |
| YUV | 87.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 157 | 0.34 | 0.59 | 0 | 0.38 | 265.43 | 0.41 | 0.44 |
| Hex | 68 | 41 | 9D | 22 | 3B | 0 | 26 | 109 | 29 | 2C |
| Octal | 150 | 101 | 235 | 42 | 73 | 0 | 46 | 411 | 51 | 54 |
| Binary | 1101000 | 1000001 | 10011101 | 100010 | 111011 | 0 | 100110 | 100001001 | 101001 | 101100 |
Color Harmonies of #68419D
Complementary color
Monochromatic Colors of #68419D
Black with #68419D
Text Example
Text Example
White with #68419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68419D; }
p { color: rgb(104,65,157); }
H1.HeaderClassName
{
color: #68419D;
}
.AnyTagClassName
{
color: #68419D;
}
</style>
background-color css
<style>
a { background-color: #68419D; }
a { background-color: rgb(104,65,157); }
div.DivClassName
{
background-color: #68419D;
}
.BgClassName
{
background-color: #68419D;
}
</style>
border-color css
<style>
span { border-color: #68419D; }
span { border-color: rgb(104,65,157); }
td.TdClassName
{
border-color: #68419D;
}
.TagClassName
{
border-color: #68419D;
}
</style>