Shades of Royal Purple #692D9B
Tints of Royal Purple #692D9B
RGB
CMYK
RGB Variations
Color information
#692D9B (or 0x692D9B) is known color: Royal Purple. HEX triplet: 69, 2D and 9B. RGB value is (105,45,155). Sum of RGB (Red+Green+Blue) = 105+45+155=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #692D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692D9B is #96D264. Grayscale: #4B4B4B. Windows color (decimal): -9884261 or 10169705. OLE color: 10169705.
HSL color Cylindrical-coordinate representation of color #692D9B: hue angle of 272.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #692D9B is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 45 | 155 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.39 |
| HSL | 272.73º | 0.55% | 0.39% | - |
| HSV(B) | 272.73º | 0.71% | 0.61% | - |
| XYZ | 12.68 | 7.25 | 31.74 | - |
| YUV | 75.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 155 | 0.32 | 0.71 | 0 | 0.39 | 272.73 | 0.55 | 0.39 |
| Hex | 69 | 2D | 9B | 20 | 47 | 0 | 27 | 111 | 37 | 27 |
| Octal | 151 | 55 | 233 | 40 | 107 | 0 | 47 | 421 | 67 | 47 |
| Binary | 1101001 | 101101 | 10011011 | 100000 | 1000111 | 0 | 100111 | 100010001 | 110111 | 100111 |
Color Harmonies of #692D9B
Complementary color
Monochromatic Colors of #692D9B
Black with #692D9B
Text Example
Text Example
White with #692D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D9B; }
p { color: rgb(105,45,155); }
H1.HeaderClassName
{
color: #692D9B;
}
.AnyTagClassName
{
color: #692D9B;
}
</style>
background-color css
<style>
a { background-color: #692D9B; }
a { background-color: rgb(105,45,155); }
div.DivClassName
{
background-color: #692D9B;
}
.BgClassName
{
background-color: #692D9B;
}
</style>
border-color css
<style>
span { border-color: #692D9B; }
span { border-color: rgb(105,45,155); }
td.TdClassName
{
border-color: #692D9B;
}
.TagClassName
{
border-color: #692D9B;
}
</style>