Shades of Royal Purple #691FA4
Tints of Royal Purple #691FA4
RGB
CMYK
RGB Variations
Color information
#691FA4 (or 0x691FA4) is known color: Royal Purple. HEX triplet: 69, 1F and A4. RGB value is (105,31,164). Sum of RGB (Red+Green+Blue) = 105+31+164=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #691FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691FA4 is #96E05B. Grayscale: #434343. Windows color (decimal): -9887836 or 10755945. OLE color: 10755945.
HSL color Cylindrical-coordinate representation of color #691FA4: hue angle of 273.38º 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 #691FA4 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 31 | 164 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.36 |
| HSL | 273.38º | 0.68% | 0.38% | - |
| HSV(B) | 273.38º | 0.81% | 0.64% | - |
| XYZ | 13.02 | 6.66 | 35.72 | - |
| YUV | 68.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 164 | 0.36 | 0.81 | 0 | 0.36 | 273.38 | 0.68 | 0.38 |
| Hex | 69 | 1F | A4 | 24 | 51 | 0 | 24 | 111 | 44 | 26 |
| Octal | 151 | 37 | 244 | 44 | 121 | 0 | 44 | 421 | 104 | 46 |
| Binary | 1101001 | 11111 | 10100100 | 100100 | 1010001 | 0 | 100100 | 100010001 | 1000100 | 100110 |
Color Harmonies of #691FA4
Complementary color
Monochromatic Colors of #691FA4
Black with #691FA4
Text Example
Text Example
White with #691FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FA4; }
p { color: rgb(105,31,164); }
H1.HeaderClassName
{
color: #691FA4;
}
.AnyTagClassName
{
color: #691FA4;
}
</style>
background-color css
<style>
a { background-color: #691FA4; }
a { background-color: rgb(105,31,164); }
div.DivClassName
{
background-color: #691FA4;
}
.BgClassName
{
background-color: #691FA4;
}
</style>
border-color css
<style>
span { border-color: #691FA4; }
span { border-color: rgb(105,31,164); }
td.TdClassName
{
border-color: #691FA4;
}
.TagClassName
{
border-color: #691FA4;
}
</style>