Shades of Royal Purple #68399A
Tints of Royal Purple #68399A
RGB
CMYK
RGB Variations
Color information
#68399A (or 0x68399A) is known color: Royal Purple. HEX triplet: 68, 39 and 9A. RGB value is (104,57,154). Sum of RGB (Red+Green+Blue) = 104+57+154=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #68399A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68399A is #97C665. Grayscale: #515151. Windows color (decimal): -9946726 or 10107240. OLE color: 10107240.
HSL color Cylindrical-coordinate representation of color #68399A: hue angle of 269.07º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68399A is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 57 | 154 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.40 |
| HSL | 269.07º | 0.46% | 0.41% | - |
| HSV(B) | 269.07º | 0.63% | 0.6% | - |
| XYZ | 13 | 8.2 | 31.47 | - |
| YUV | 82.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 154 | 0.32 | 0.63 | 0 | 0.40 | 269.07 | 0.46 | 0.41 |
| Hex | 68 | 39 | 9A | 20 | 3F | 0 | 28 | 10D | 2E | 29 |
| Octal | 150 | 71 | 232 | 40 | 77 | 0 | 50 | 415 | 56 | 51 |
| Binary | 1101000 | 111001 | 10011010 | 100000 | 111111 | 0 | 101000 | 100001101 | 101110 | 101001 |
Color Harmonies of #68399A
Complementary color
Monochromatic Colors of #68399A
Black with #68399A
Text Example
Text Example
White with #68399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68399A; }
p { color: rgb(104,57,154); }
H1.HeaderClassName
{
color: #68399A;
}
.AnyTagClassName
{
color: #68399A;
}
</style>
background-color css
<style>
a { background-color: #68399A; }
a { background-color: rgb(104,57,154); }
div.DivClassName
{
background-color: #68399A;
}
.BgClassName
{
background-color: #68399A;
}
</style>
border-color css
<style>
span { border-color: #68399A; }
span { border-color: rgb(104,57,154); }
td.TdClassName
{
border-color: #68399A;
}
.TagClassName
{
border-color: #68399A;
}
</style>