Shades of Royal Purple #693992
Tints of Royal Purple #693992
RGB
CMYK
RGB Variations
Color information
#693992 (or 0x693992) is known color: Royal Purple. HEX triplet: 69, 39 and 92. RGB value is (105,57,146). Sum of RGB (Red+Green+Blue) = 105+57+146=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #693992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693992 is #96C66D. Grayscale: #515151. Windows color (decimal): -9881198 or 9582953. OLE color: 9582953.
HSL color Cylindrical-coordinate representation of color #693992: hue angle of 272.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #693992 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 57 | 146 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.43 |
| HSL | 272.36º | 0.44% | 0.4% | - |
| HSV(B) | 272.36º | 0.61% | 0.57% | - |
| XYZ | 12.48 | 8 | 28.08 | - |
| YUV | 81.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 146 | 0.28 | 0.61 | 0 | 0.43 | 272.36 | 0.44 | 0.4 |
| Hex | 69 | 39 | 92 | 1C | 3D | 0 | 2B | 110 | 2C | 28 |
| Octal | 151 | 71 | 222 | 34 | 75 | 0 | 53 | 420 | 54 | 50 |
| Binary | 1101001 | 111001 | 10010010 | 11100 | 111101 | 0 | 101011 | 100010000 | 101100 | 101000 |
Color Harmonies of #693992
Complementary color
Monochromatic Colors of #693992
Black with #693992
Text Example
Text Example
White with #693992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693992; }
p { color: rgb(105,57,146); }
H1.HeaderClassName
{
color: #693992;
}
.AnyTagClassName
{
color: #693992;
}
</style>
background-color css
<style>
a { background-color: #693992; }
a { background-color: rgb(105,57,146); }
div.DivClassName
{
background-color: #693992;
}
.BgClassName
{
background-color: #693992;
}
</style>
border-color css
<style>
span { border-color: #693992; }
span { border-color: rgb(105,57,146); }
td.TdClassName
{
border-color: #693992;
}
.TagClassName
{
border-color: #693992;
}
</style>