Shades of Royal Purple #693D8C
Tints of Royal Purple #693D8C
RGB
CMYK
RGB Variations
Color information
#693D8C (or 0x693D8C) is known color: Royal Purple. HEX triplet: 69, 3D and 8C. RGB value is (105,61,140). Sum of RGB (Red+Green+Blue) = 105+61+140=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #693D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693D8C is #96C273. Grayscale: #525252. Windows color (decimal): -9880180 or 9190761. OLE color: 9190761.
HSL color Cylindrical-coordinate representation of color #693D8C: hue angle of 273.42º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693D8C is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 61 | 140 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.45 |
| HSL | 273.42º | 0.39% | 0.39% | - |
| HSV(B) | 273.42º | 0.56% | 0.55% | - |
| XYZ | 12.23 | 8.23 | 25.76 | - |
| YUV | 83.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 140 | 0.25 | 0.56 | 0 | 0.45 | 273.42 | 0.39 | 0.39 |
| Hex | 69 | 3D | 8C | 19 | 38 | 0 | 2D | 111 | 27 | 27 |
| Octal | 151 | 75 | 214 | 31 | 70 | 0 | 55 | 421 | 47 | 47 |
| Binary | 1101001 | 111101 | 10001100 | 11001 | 111000 | 0 | 101101 | 100010001 | 100111 | 100111 |
Color Harmonies of #693D8C
Complementary color
Monochromatic Colors of #693D8C
Black with #693D8C
Text Example
Text Example
White with #693D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D8C; }
p { color: rgb(105,61,140); }
H1.HeaderClassName
{
color: #693D8C;
}
.AnyTagClassName
{
color: #693D8C;
}
</style>
background-color css
<style>
a { background-color: #693D8C; }
a { background-color: rgb(105,61,140); }
div.DivClassName
{
background-color: #693D8C;
}
.BgClassName
{
background-color: #693D8C;
}
</style>
border-color css
<style>
span { border-color: #693D8C; }
span { border-color: rgb(105,61,140); }
td.TdClassName
{
border-color: #693D8C;
}
.TagClassName
{
border-color: #693D8C;
}
</style>