Shades of Royal Purple #693F9E
Tints of Royal Purple #693F9E
RGB
CMYK
RGB Variations
Color information
#693F9E (or 0x693F9E) is known color: Royal Purple. HEX triplet: 69, 3F and 9E. RGB value is (105,63,158). Sum of RGB (Red+Green+Blue) = 105+63+158=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #693F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693F9E is #96C061. Grayscale: #565656. Windows color (decimal): -9879650 or 10370921. OLE color: 10370921.
HSL color Cylindrical-coordinate representation of color #693F9E: hue angle of 266.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #693F9E is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 63 | 158 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.38 |
| HSL | 266.53º | 0.43% | 0.43% | - |
| HSV(B) | 266.53º | 0.6% | 0.62% | - |
| XYZ | 13.77 | 9.03 | 33.36 | - |
| YUV | 86.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 158 | 0.34 | 0.60 | 0 | 0.38 | 266.53 | 0.43 | 0.43 |
| Hex | 69 | 3F | 9E | 22 | 3C | 0 | 26 | 10B | 2B | 2B |
| Octal | 151 | 77 | 236 | 42 | 74 | 0 | 46 | 413 | 53 | 53 |
| Binary | 1101001 | 111111 | 10011110 | 100010 | 111100 | 0 | 100110 | 100001011 | 101011 | 101011 |
Color Harmonies of #693F9E
Complementary color
Monochromatic Colors of #693F9E
Black with #693F9E
Text Example
Text Example
White with #693F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F9E; }
p { color: rgb(105,63,158); }
H1.HeaderClassName
{
color: #693F9E;
}
.AnyTagClassName
{
color: #693F9E;
}
</style>
background-color css
<style>
a { background-color: #693F9E; }
a { background-color: rgb(105,63,158); }
div.DivClassName
{
background-color: #693F9E;
}
.BgClassName
{
background-color: #693F9E;
}
</style>
border-color css
<style>
span { border-color: #693F9E; }
span { border-color: rgb(105,63,158); }
td.TdClassName
{
border-color: #693F9E;
}
.TagClassName
{
border-color: #693F9E;
}
</style>