Shades of Royal Purple #69318F
Tints of Royal Purple #69318F
RGB
CMYK
RGB Variations
Color information
#69318F (or 0x69318F) is known color: Royal Purple. HEX triplet: 69, 31 and 8F. RGB value is (105,49,143). Sum of RGB (Red+Green+Blue) = 105+49+143=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #69318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69318F is #96CE70. Grayscale: #4C4C4C. Windows color (decimal): -9883249 or 9384297. OLE color: 9384297.
HSL color Cylindrical-coordinate representation of color #69318F: hue angle of 275.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69318F is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 49 | 143 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.44 |
| HSL | 275.74º | 0.49% | 0.38% | - |
| HSV(B) | 275.74º | 0.66% | 0.56% | - |
| XYZ | 11.88 | 7.18 | 26.75 | - |
| YUV | 76.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 143 | 0.27 | 0.66 | 0 | 0.44 | 275.74 | 0.49 | 0.38 |
| Hex | 69 | 31 | 8F | 1B | 42 | 0 | 2C | 114 | 31 | 26 |
| Octal | 151 | 61 | 217 | 33 | 102 | 0 | 54 | 424 | 61 | 46 |
| Binary | 1101001 | 110001 | 10001111 | 11011 | 1000010 | 0 | 101100 | 100010100 | 110001 | 100110 |
Color Harmonies of #69318F
Complementary color
Monochromatic Colors of #69318F
Black with #69318F
Text Example
Text Example
White with #69318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69318F; }
p { color: rgb(105,49,143); }
H1.HeaderClassName
{
color: #69318F;
}
.AnyTagClassName
{
color: #69318F;
}
</style>
background-color css
<style>
a { background-color: #69318F; }
a { background-color: rgb(105,49,143); }
div.DivClassName
{
background-color: #69318F;
}
.BgClassName
{
background-color: #69318F;
}
</style>
border-color css
<style>
span { border-color: #69318F; }
span { border-color: rgb(105,49,143); }
td.TdClassName
{
border-color: #69318F;
}
.TagClassName
{
border-color: #69318F;
}
</style>