Shades of Royal Purple #693BA0
Tints of Royal Purple #693BA0
RGB
CMYK
RGB Variations
Color information
#693BA0 (or 0x693BA0) is known color: Royal Purple. HEX triplet: 69, 3B and A0. RGB value is (105,59,160). Sum of RGB (Red+Green+Blue) = 105+59+160=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #693BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693BA0 is #96C45F. Grayscale: #535353. Windows color (decimal): -9880672 or 10500969. OLE color: 10500969.
HSL color Cylindrical-coordinate representation of color #693BA0: hue angle of 267.33º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693BA0 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 59 | 160 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.37 |
| HSL | 267.33º | 0.46% | 0.43% | - |
| HSV(B) | 267.33º | 0.63% | 0.63% | - |
| XYZ | 13.73 | 8.67 | 34.21 | - |
| YUV | 84.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 160 | 0.34 | 0.63 | 0 | 0.37 | 267.33 | 0.46 | 0.43 |
| Hex | 69 | 3B | A0 | 22 | 3F | 0 | 25 | 10B | 2E | 2B |
| Octal | 151 | 73 | 240 | 42 | 77 | 0 | 45 | 413 | 56 | 53 |
| Binary | 1101001 | 111011 | 10100000 | 100010 | 111111 | 0 | 100101 | 100001011 | 101110 | 101011 |
Color Harmonies of #693BA0
Complementary color
Monochromatic Colors of #693BA0
Black with #693BA0
Text Example
Text Example
White with #693BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BA0; }
p { color: rgb(105,59,160); }
H1.HeaderClassName
{
color: #693BA0;
}
.AnyTagClassName
{
color: #693BA0;
}
</style>
background-color css
<style>
a { background-color: #693BA0; }
a { background-color: rgb(105,59,160); }
div.DivClassName
{
background-color: #693BA0;
}
.BgClassName
{
background-color: #693BA0;
}
</style>
border-color css
<style>
span { border-color: #693BA0; }
span { border-color: rgb(105,59,160); }
td.TdClassName
{
border-color: #693BA0;
}
.TagClassName
{
border-color: #693BA0;
}
</style>