Shades of Royal Purple #693FAC
Tints of Royal Purple #693FAC
RGB
CMYK
RGB Variations
Color information
#693FAC (or 0x693FAC) is known color: Royal Purple. HEX triplet: 69, 3F and AC. RGB value is (105,63,172). Sum of RGB (Red+Green+Blue) = 105+63+172=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #693FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693FAC is #96C053. Grayscale: #575757. Windows color (decimal): -9879636 or 11288425. OLE color: 11288425.
HSL color Cylindrical-coordinate representation of color #693FAC: hue angle of 263.12º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693FAC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 63 | 172 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.33 |
| HSL | 263.12º | 0.46% | 0.46% | - |
| HSV(B) | 263.12º | 0.63% | 0.67% | - |
| XYZ | 15.05 | 9.54 | 40.08 | - |
| YUV | 87.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 172 | 0.39 | 0.63 | 0 | 0.33 | 263.12 | 0.46 | 0.46 |
| Hex | 69 | 3F | AC | 27 | 3F | 0 | 21 | 107 | 2E | 2E |
| Octal | 151 | 77 | 254 | 47 | 77 | 0 | 41 | 407 | 56 | 56 |
| Binary | 1101001 | 111111 | 10101100 | 100111 | 111111 | 0 | 100001 | 100000111 | 101110 | 101110 |
Color Harmonies of #693FAC
Complementary color
Monochromatic Colors of #693FAC
Black with #693FAC
Text Example
Text Example
White with #693FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693FAC; }
p { color: rgb(105,63,172); }
H1.HeaderClassName
{
color: #693FAC;
}
.AnyTagClassName
{
color: #693FAC;
}
</style>
background-color css
<style>
a { background-color: #693FAC; }
a { background-color: rgb(105,63,172); }
div.DivClassName
{
background-color: #693FAC;
}
.BgClassName
{
background-color: #693FAC;
}
</style>
border-color css
<style>
span { border-color: #693FAC; }
span { border-color: rgb(105,63,172); }
td.TdClassName
{
border-color: #693FAC;
}
.TagClassName
{
border-color: #693FAC;
}
</style>