Shades of Royal Purple #691FA0
Tints of Royal Purple #691FA0
RGB
CMYK
RGB Variations
Color information
#691FA0 (or 0x691FA0) is known color: Royal Purple. HEX triplet: 69, 1F and A0. RGB value is (105,31,160). Sum of RGB (Red+Green+Blue) = 105+31+160=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #691FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691FA0 is #96E05F. Grayscale: #434343. Windows color (decimal): -9887840 or 10493801. OLE color: 10493801.
HSL color Cylindrical-coordinate representation of color #691FA0: hue angle of 274.42º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691FA0 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 31 | 160 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.37 |
| HSL | 274.42º | 0.68% | 0.37% | - |
| HSV(B) | 274.42º | 0.81% | 0.63% | - |
| XYZ | 12.66 | 6.52 | 33.85 | - |
| YUV | 67.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 160 | 0.34 | 0.81 | 0 | 0.37 | 274.42 | 0.68 | 0.37 |
| Hex | 69 | 1F | A0 | 22 | 51 | 0 | 25 | 112 | 44 | 25 |
| Octal | 151 | 37 | 240 | 42 | 121 | 0 | 45 | 422 | 104 | 45 |
| Binary | 1101001 | 11111 | 10100000 | 100010 | 1010001 | 0 | 100101 | 100010010 | 1000100 | 100101 |
Color Harmonies of #691FA0
Complementary color
Monochromatic Colors of #691FA0
Black with #691FA0
Text Example
Text Example
White with #691FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FA0; }
p { color: rgb(105,31,160); }
H1.HeaderClassName
{
color: #691FA0;
}
.AnyTagClassName
{
color: #691FA0;
}
</style>
background-color css
<style>
a { background-color: #691FA0; }
a { background-color: rgb(105,31,160); }
div.DivClassName
{
background-color: #691FA0;
}
.BgClassName
{
background-color: #691FA0;
}
</style>
border-color css
<style>
span { border-color: #691FA0; }
span { border-color: rgb(105,31,160); }
td.TdClassName
{
border-color: #691FA0;
}
.TagClassName
{
border-color: #691FA0;
}
</style>