Shades of Royal Purple #691FA2
Tints of Royal Purple #691FA2
RGB
CMYK
RGB Variations
Color information
#691FA2 (or 0x691FA2) is known color: Royal Purple. HEX triplet: 69, 1F and A2. RGB value is (105,31,162). Sum of RGB (Red+Green+Blue) = 105+31+162=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #691FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691FA2 is #96E05D. Grayscale: #434343. Windows color (decimal): -9887838 or 10624873. OLE color: 10624873.
HSL color Cylindrical-coordinate representation of color #691FA2: hue angle of 273.89º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691FA2 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 31 | 162 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.36 |
| HSL | 273.89º | 0.68% | 0.38% | - |
| HSV(B) | 273.89º | 0.81% | 0.64% | - |
| XYZ | 12.84 | 6.59 | 34.78 | - |
| YUV | 68.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 162 | 0.35 | 0.81 | 0 | 0.36 | 273.89 | 0.68 | 0.38 |
| Hex | 69 | 1F | A2 | 23 | 51 | 0 | 24 | 112 | 44 | 26 |
| Octal | 151 | 37 | 242 | 43 | 121 | 0 | 44 | 422 | 104 | 46 |
| Binary | 1101001 | 11111 | 10100010 | 100011 | 1010001 | 0 | 100100 | 100010010 | 1000100 | 100110 |
Color Harmonies of #691FA2
Complementary color
Monochromatic Colors of #691FA2
Black with #691FA2
Text Example
Text Example
White with #691FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FA2; }
p { color: rgb(105,31,162); }
H1.HeaderClassName
{
color: #691FA2;
}
.AnyTagClassName
{
color: #691FA2;
}
</style>
background-color css
<style>
a { background-color: #691FA2; }
a { background-color: rgb(105,31,162); }
div.DivClassName
{
background-color: #691FA2;
}
.BgClassName
{
background-color: #691FA2;
}
</style>
border-color css
<style>
span { border-color: #691FA2; }
span { border-color: rgb(105,31,162); }
td.TdClassName
{
border-color: #691FA2;
}
.TagClassName
{
border-color: #691FA2;
}
</style>