Shades of Royal Purple #68369D
Tints of Royal Purple #68369D
RGB
CMYK
RGB Variations
Color information
#68369D (or 0x68369D) is known color: Royal Purple. HEX triplet: 68, 36 and 9D. RGB value is (104,54,157). Sum of RGB (Red+Green+Blue) = 104+54+157=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #68369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68369D is #97C962. Grayscale: #505050. Windows color (decimal): -9947491 or 10303080. OLE color: 10303080.
HSL color Cylindrical-coordinate representation of color #68369D: hue angle of 269.13º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68369D is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 54 | 157 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.38 |
| HSL | 269.13º | 0.49% | 0.41% | - |
| HSV(B) | 269.13º | 0.66% | 0.62% | - |
| XYZ | 13.11 | 8.02 | 32.75 | - |
| YUV | 80.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 157 | 0.34 | 0.66 | 0 | 0.38 | 269.13 | 0.49 | 0.41 |
| Hex | 68 | 36 | 9D | 22 | 42 | 0 | 26 | 10D | 31 | 29 |
| Octal | 150 | 66 | 235 | 42 | 102 | 0 | 46 | 415 | 61 | 51 |
| Binary | 1101000 | 110110 | 10011101 | 100010 | 1000010 | 0 | 100110 | 100001101 | 110001 | 101001 |
Color Harmonies of #68369D
Complementary color
Monochromatic Colors of #68369D
Black with #68369D
Text Example
Text Example
White with #68369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68369D; }
p { color: rgb(104,54,157); }
H1.HeaderClassName
{
color: #68369D;
}
.AnyTagClassName
{
color: #68369D;
}
</style>
background-color css
<style>
a { background-color: #68369D; }
a { background-color: rgb(104,54,157); }
div.DivClassName
{
background-color: #68369D;
}
.BgClassName
{
background-color: #68369D;
}
</style>
border-color css
<style>
span { border-color: #68369D; }
span { border-color: rgb(104,54,157); }
td.TdClassName
{
border-color: #68369D;
}
.TagClassName
{
border-color: #68369D;
}
</style>