Shades of Royal Purple #693FA0
Tints of Royal Purple #693FA0
RGB
CMYK
RGB Variations
Color information
#693FA0 (or 0x693FA0) is known color: Royal Purple. HEX triplet: 69, 3F and A0. RGB value is (105,63,160). Sum of RGB (Red+Green+Blue) = 105+63+160=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 160 (62.89% from 255 or 48.78% from 328); Max value from RGB is 160 - color contains mainly: blue. Hex color #693FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693FA0 is #96C05F. Grayscale: #565656. Windows color (decimal): -9879648 or 10501993. OLE color: 10501993.
HSL color Cylindrical-coordinate representation of color #693FA0: hue angle of 265.98º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #693FA0 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 63 | 160 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.37 |
| HSL | 265.98º | 0.43% | 0.44% | - |
| HSV(B) | 265.98º | 0.61% | 0.63% | - |
| XYZ | 13.95 | 9.1 | 34.28 | - |
| YUV | 86.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 160 | 0.34 | 0.61 | 0 | 0.37 | 265.98 | 0.43 | 0.44 |
| Hex | 69 | 3F | A0 | 22 | 3D | 0 | 25 | 10A | 2B | 2C |
| Octal | 151 | 77 | 240 | 42 | 75 | 0 | 45 | 412 | 53 | 54 |
| Binary | 1101001 | 111111 | 10100000 | 100010 | 111101 | 0 | 100101 | 100001010 | 101011 | 101100 |
Color Harmonies of #693FA0
Complementary color
Monochromatic Colors of #693FA0
Black with #693FA0
Text Example
Text Example
White with #693FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693FA0; }
p { color: rgb(105,63,160); }
H1.HeaderClassName
{
color: #693FA0;
}
.AnyTagClassName
{
color: #693FA0;
}
</style>
background-color css
<style>
a { background-color: #693FA0; }
a { background-color: rgb(105,63,160); }
div.DivClassName
{
background-color: #693FA0;
}
.BgClassName
{
background-color: #693FA0;
}
</style>
border-color css
<style>
span { border-color: #693FA0; }
span { border-color: rgb(105,63,160); }
td.TdClassName
{
border-color: #693FA0;
}
.TagClassName
{
border-color: #693FA0;
}
</style>