Shades of Royal Purple #69319E
Tints of Royal Purple #69319E
RGB
CMYK
RGB Variations
Color information
#69319E (or 0x69319E) is known color: Royal Purple. HEX triplet: 69, 31 and 9E. RGB value is (105,49,158). Sum of RGB (Red+Green+Blue) = 105+49+158=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #69319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69319E is #96CE61. Grayscale: #4D4D4D. Windows color (decimal): -9883234 or 10367337. OLE color: 10367337.
HSL color Cylindrical-coordinate representation of color #69319E: hue angle of 270.83º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69319E is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 49 | 158 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.38 |
| HSL | 270.83º | 0.53% | 0.41% | - |
| HSV(B) | 270.83º | 0.69% | 0.62% | - |
| XYZ | 13.1 | 7.67 | 33.14 | - |
| YUV | 78.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 158 | 0.34 | 0.69 | 0 | 0.38 | 270.83 | 0.53 | 0.41 |
| Hex | 69 | 31 | 9E | 22 | 45 | 0 | 26 | 10F | 35 | 29 |
| Octal | 151 | 61 | 236 | 42 | 105 | 0 | 46 | 417 | 65 | 51 |
| Binary | 1101001 | 110001 | 10011110 | 100010 | 1000101 | 0 | 100110 | 100001111 | 110101 | 101001 |
Color Harmonies of #69319E
Complementary color
Monochromatic Colors of #69319E
Black with #69319E
Text Example
Text Example
White with #69319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69319E; }
p { color: rgb(105,49,158); }
H1.HeaderClassName
{
color: #69319E;
}
.AnyTagClassName
{
color: #69319E;
}
</style>
background-color css
<style>
a { background-color: #69319E; }
a { background-color: rgb(105,49,158); }
div.DivClassName
{
background-color: #69319E;
}
.BgClassName
{
background-color: #69319E;
}
</style>
border-color css
<style>
span { border-color: #69319E; }
span { border-color: rgb(105,49,158); }
td.TdClassName
{
border-color: #69319E;
}
.TagClassName
{
border-color: #69319E;
}
</style>