Shades of Royal Purple #69329F
Tints of Royal Purple #69329F
RGB
CMYK
RGB Variations
Color information
#69329F (or 0x69329F) is known color: Royal Purple. HEX triplet: 69, 32 and 9F. RGB value is (105,50,159). Sum of RGB (Red+Green+Blue) = 105+50+159=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #69329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69329F is #96CD60. Grayscale: #4E4E4E. Windows color (decimal): -9882977 or 10433129. OLE color: 10433129.
HSL color Cylindrical-coordinate representation of color #69329F: hue angle of 270.28º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69329F is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 50 | 159 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.38 |
| HSL | 270.28º | 0.52% | 0.41% | - |
| HSV(B) | 270.28º | 0.69% | 0.62% | - |
| XYZ | 13.22 | 7.79 | 33.61 | - |
| YUV | 78.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 159 | 0.34 | 0.69 | 0 | 0.38 | 270.28 | 0.52 | 0.41 |
| Hex | 69 | 32 | 9F | 22 | 45 | 0 | 26 | 10E | 34 | 29 |
| Octal | 151 | 62 | 237 | 42 | 105 | 0 | 46 | 416 | 64 | 51 |
| Binary | 1101001 | 110010 | 10011111 | 100010 | 1000101 | 0 | 100110 | 100001110 | 110100 | 101001 |
Color Harmonies of #69329F
Complementary color
Monochromatic Colors of #69329F
Black with #69329F
Text Example
Text Example
White with #69329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69329F; }
p { color: rgb(105,50,159); }
H1.HeaderClassName
{
color: #69329F;
}
.AnyTagClassName
{
color: #69329F;
}
</style>
background-color css
<style>
a { background-color: #69329F; }
a { background-color: rgb(105,50,159); }
div.DivClassName
{
background-color: #69329F;
}
.BgClassName
{
background-color: #69329F;
}
</style>
border-color css
<style>
span { border-color: #69329F; }
span { border-color: rgb(105,50,159); }
td.TdClassName
{
border-color: #69329F;
}
.TagClassName
{
border-color: #69329F;
}
</style>