Shades of Royal Purple #68289F
Tints of Royal Purple #68289F
RGB
CMYK
RGB Variations
Color information
#68289F (or 0x68289F) is known color: Royal Purple. HEX triplet: 68, 28 and 9F. RGB value is (104,40,159). Sum of RGB (Red+Green+Blue) = 104+40+159=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #68289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68289F is #97D760. Grayscale: #484848. Windows color (decimal): -9951073 or 10430568. OLE color: 10430568.
HSL color Cylindrical-coordinate representation of color #68289F: hue angle of 272.27º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68289F is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 40 | 159 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.38 |
| HSL | 272.27º | 0.6% | 0.39% | - |
| HSV(B) | 272.27º | 0.75% | 0.62% | - |
| XYZ | 12.73 | 6.96 | 33.47 | - |
| YUV | 72.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 159 | 0.35 | 0.75 | 0 | 0.38 | 272.27 | 0.6 | 0.39 |
| Hex | 68 | 28 | 9F | 23 | 4B | 0 | 26 | 110 | 3C | 27 |
| Octal | 150 | 50 | 237 | 43 | 113 | 0 | 46 | 420 | 74 | 47 |
| Binary | 1101000 | 101000 | 10011111 | 100011 | 1001011 | 0 | 100110 | 100010000 | 111100 | 100111 |
Color Harmonies of #68289F
Complementary color
Monochromatic Colors of #68289F
Black with #68289F
Text Example
Text Example
White with #68289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68289F; }
p { color: rgb(104,40,159); }
H1.HeaderClassName
{
color: #68289F;
}
.AnyTagClassName
{
color: #68289F;
}
</style>
background-color css
<style>
a { background-color: #68289F; }
a { background-color: rgb(104,40,159); }
div.DivClassName
{
background-color: #68289F;
}
.BgClassName
{
background-color: #68289F;
}
</style>
border-color css
<style>
span { border-color: #68289F; }
span { border-color: rgb(104,40,159); }
td.TdClassName
{
border-color: #68289F;
}
.TagClassName
{
border-color: #68289F;
}
</style>