Shades of Royal Purple #693DB3
Tints of Royal Purple #693DB3
RGB
CMYK
RGB Variations
Color information
#693DB3 (or 0x693DB3) is known color: Royal Purple. HEX triplet: 69, 3D and B3. RGB value is (105,61,179). Sum of RGB (Red+Green+Blue) = 105+61+179=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #693DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DB3 is #96C24C. Grayscale: #575757. Windows color (decimal): -9880141 or 11746665. OLE color: 11746665.
HSL color Cylindrical-coordinate representation of color #693DB3: hue angle of 262.37º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693DB3 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 61 | 179 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.30 |
| HSL | 262.37º | 0.49% | 0.47% | - |
| HSV(B) | 262.37º | 0.66% | 0.7% | - |
| XYZ | 15.63 | 9.6 | 43.68 | - |
| YUV | 87.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 179 | 0.41 | 0.66 | 0 | 0.30 | 262.37 | 0.49 | 0.47 |
| Hex | 69 | 3D | B3 | 29 | 42 | 0 | 1E | 106 | 31 | 2F |
| Octal | 151 | 75 | 263 | 51 | 102 | 0 | 36 | 406 | 61 | 57 |
| Binary | 1101001 | 111101 | 10110011 | 101001 | 1000010 | 0 | 11110 | 100000110 | 110001 | 101111 |
Color Harmonies of #693DB3
Complementary color
Monochromatic Colors of #693DB3
Black with #693DB3
Text Example
Text Example
White with #693DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693DB3; }
p { color: rgb(105,61,179); }
H1.HeaderClassName
{
color: #693DB3;
}
.AnyTagClassName
{
color: #693DB3;
}
</style>
background-color css
<style>
a { background-color: #693DB3; }
a { background-color: rgb(105,61,179); }
div.DivClassName
{
background-color: #693DB3;
}
.BgClassName
{
background-color: #693DB3;
}
</style>
border-color css
<style>
span { border-color: #693DB3; }
span { border-color: rgb(105,61,179); }
td.TdClassName
{
border-color: #693DB3;
}
.TagClassName
{
border-color: #693DB3;
}
</style>