Shades of Royal Purple #693BB1
Tints of Royal Purple #693BB1
RGB
CMYK
RGB Variations
Color information
#693BB1 (or 0x693BB1) is known color: Royal Purple. HEX triplet: 69, 3B and B1. RGB value is (105,59,177). Sum of RGB (Red+Green+Blue) = 105+59+177=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #693BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693BB1 is #96C44E. Grayscale: #555555. Windows color (decimal): -9880655 or 11615081. OLE color: 11615081.
HSL color Cylindrical-coordinate representation of color #693BB1: hue angle of 263.39º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693BB1 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 59 | 177 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.31 |
| HSL | 263.39º | 0.5% | 0.46% | - |
| HSV(B) | 263.39º | 0.67% | 0.69% | - |
| XYZ | 15.33 | 9.31 | 42.58 | - |
| YUV | 86.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 177 | 0.41 | 0.67 | 0 | 0.31 | 263.39 | 0.5 | 0.46 |
| Hex | 69 | 3B | B1 | 29 | 43 | 0 | 1F | 107 | 32 | 2E |
| Octal | 151 | 73 | 261 | 51 | 103 | 0 | 37 | 407 | 62 | 56 |
| Binary | 1101001 | 111011 | 10110001 | 101001 | 1000011 | 0 | 11111 | 100000111 | 110010 | 101110 |
Color Harmonies of #693BB1
Complementary color
Monochromatic Colors of #693BB1
Black with #693BB1
Text Example
Text Example
White with #693BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BB1; }
p { color: rgb(105,59,177); }
H1.HeaderClassName
{
color: #693BB1;
}
.AnyTagClassName
{
color: #693BB1;
}
</style>
background-color css
<style>
a { background-color: #693BB1; }
a { background-color: rgb(105,59,177); }
div.DivClassName
{
background-color: #693BB1;
}
.BgClassName
{
background-color: #693BB1;
}
</style>
border-color css
<style>
span { border-color: #693BB1; }
span { border-color: rgb(105,59,177); }
td.TdClassName
{
border-color: #693BB1;
}
.TagClassName
{
border-color: #693BB1;
}
</style>