Shades of Royal Purple #693BAC
Tints of Royal Purple #693BAC
RGB
CMYK
RGB Variations
Color information
#693BAC (or 0x693BAC) is known color: Royal Purple. HEX triplet: 69, 3B and AC. RGB value is (105,59,172). Sum of RGB (Red+Green+Blue) = 105+59+172=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #693BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693BAC is #96C453. Grayscale: #555555. Windows color (decimal): -9880660 or 11287401. OLE color: 11287401.
HSL color Cylindrical-coordinate representation of color #693BAC: hue angle of 264.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693BAC is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 59 | 172 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.33 |
| HSL | 264.42º | 0.49% | 0.45% | - |
| HSV(B) | 264.42º | 0.66% | 0.67% | - |
| XYZ | 14.84 | 9.11 | 40.01 | - |
| YUV | 85.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 172 | 0.39 | 0.66 | 0 | 0.33 | 264.42 | 0.49 | 0.45 |
| Hex | 69 | 3B | AC | 27 | 42 | 0 | 21 | 108 | 31 | 2D |
| Octal | 151 | 73 | 254 | 47 | 102 | 0 | 41 | 410 | 61 | 55 |
| Binary | 1101001 | 111011 | 10101100 | 100111 | 1000010 | 0 | 100001 | 100001000 | 110001 | 101101 |
Color Harmonies of #693BAC
Complementary color
Monochromatic Colors of #693BAC
Black with #693BAC
Text Example
Text Example
White with #693BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BAC; }
p { color: rgb(105,59,172); }
H1.HeaderClassName
{
color: #693BAC;
}
.AnyTagClassName
{
color: #693BAC;
}
</style>
background-color css
<style>
a { background-color: #693BAC; }
a { background-color: rgb(105,59,172); }
div.DivClassName
{
background-color: #693BAC;
}
.BgClassName
{
background-color: #693BAC;
}
</style>
border-color css
<style>
span { border-color: #693BAC; }
span { border-color: rgb(105,59,172); }
td.TdClassName
{
border-color: #693BAC;
}
.TagClassName
{
border-color: #693BAC;
}
</style>