Shades of Royal Purple #693F91
Tints of Royal Purple #693F91
RGB
CMYK
RGB Variations
Color information
#693F91 (or 0x693F91) is known color: Royal Purple. HEX triplet: 69, 3F and 91. RGB value is (105,63,145). Sum of RGB (Red+Green+Blue) = 105+63+145=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #693F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693F91 is #96C06E. Grayscale: #545454. Windows color (decimal): -9879663 or 9518953. OLE color: 9518953.
HSL color Cylindrical-coordinate representation of color #693F91: hue angle of 270.73º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693F91 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 63 | 145 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.43 |
| HSL | 270.73º | 0.39% | 0.41% | - |
| HSV(B) | 270.73º | 0.57% | 0.57% | - |
| XYZ | 12.71 | 8.6 | 27.78 | - |
| YUV | 84.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 145 | 0.28 | 0.57 | 0 | 0.43 | 270.73 | 0.39 | 0.41 |
| Hex | 69 | 3F | 91 | 1C | 39 | 0 | 2B | 10F | 27 | 29 |
| Octal | 151 | 77 | 221 | 34 | 71 | 0 | 53 | 417 | 47 | 51 |
| Binary | 1101001 | 111111 | 10010001 | 11100 | 111001 | 0 | 101011 | 100001111 | 100111 | 101001 |
Color Harmonies of #693F91
Complementary color
Monochromatic Colors of #693F91
Black with #693F91
Text Example
Text Example
White with #693F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F91; }
p { color: rgb(105,63,145); }
H1.HeaderClassName
{
color: #693F91;
}
.AnyTagClassName
{
color: #693F91;
}
</style>
background-color css
<style>
a { background-color: #693F91; }
a { background-color: rgb(105,63,145); }
div.DivClassName
{
background-color: #693F91;
}
.BgClassName
{
background-color: #693F91;
}
</style>
border-color css
<style>
span { border-color: #693F91; }
span { border-color: rgb(105,63,145); }
td.TdClassName
{
border-color: #693F91;
}
.TagClassName
{
border-color: #693F91;
}
</style>