Shades of Royal Purple #69319B
Tints of Royal Purple #69319B
RGB
CMYK
RGB Variations
Color information
#69319B (or 0x69319B) is known color: Royal Purple. HEX triplet: 69, 31 and 9B. RGB value is (105,49,155). Sum of RGB (Red+Green+Blue) = 105+49+155=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #69319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69319B is #96CE64. Grayscale: #4D4D4D. Windows color (decimal): -9883237 or 10170729. OLE color: 10170729.
HSL color Cylindrical-coordinate representation of color #69319B: hue angle of 271.7º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69319B is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 49 | 155 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.39 |
| HSL | 271.7º | 0.52% | 0.4% | - |
| HSV(B) | 271.7º | 0.68% | 0.61% | - |
| XYZ | 12.84 | 7.57 | 31.79 | - |
| YUV | 77.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 155 | 0.32 | 0.68 | 0 | 0.39 | 271.7 | 0.52 | 0.4 |
| Hex | 69 | 31 | 9B | 20 | 44 | 0 | 27 | 110 | 34 | 28 |
| Octal | 151 | 61 | 233 | 40 | 104 | 0 | 47 | 420 | 64 | 50 |
| Binary | 1101001 | 110001 | 10011011 | 100000 | 1000100 | 0 | 100111 | 100010000 | 110100 | 101000 |
Color Harmonies of #69319B
Complementary color
Monochromatic Colors of #69319B
Black with #69319B
Text Example
Text Example
White with #69319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69319B; }
p { color: rgb(105,49,155); }
H1.HeaderClassName
{
color: #69319B;
}
.AnyTagClassName
{
color: #69319B;
}
</style>
background-color css
<style>
a { background-color: #69319B; }
a { background-color: rgb(105,49,155); }
div.DivClassName
{
background-color: #69319B;
}
.BgClassName
{
background-color: #69319B;
}
</style>
border-color css
<style>
span { border-color: #69319B; }
span { border-color: rgb(105,49,155); }
td.TdClassName
{
border-color: #69319B;
}
.TagClassName
{
border-color: #69319B;
}
</style>