Shades of Royal Purple #69409F
Tints of Royal Purple #69409F
RGB
CMYK
RGB Variations
Color information
#69409F (or 0x69409F) is known color: Royal Purple. HEX triplet: 69, 40 and 9F. RGB value is (105,64,159). Sum of RGB (Red+Green+Blue) = 105+64+159=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #69409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69409F is #96BF60. Grayscale: #565656. Windows color (decimal): -9879393 or 10436713. OLE color: 10436713.
HSL color Cylindrical-coordinate representation of color #69409F: hue angle of 265.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69409F is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 64 | 159 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.38 |
| HSL | 265.89º | 0.43% | 0.44% | - |
| HSV(B) | 265.89º | 0.6% | 0.62% | - |
| XYZ | 13.92 | 9.17 | 33.84 | - |
| YUV | 87.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 159 | 0.34 | 0.60 | 0 | 0.38 | 265.89 | 0.43 | 0.44 |
| Hex | 69 | 40 | 9F | 22 | 3C | 0 | 26 | 10A | 2B | 2C |
| Octal | 151 | 100 | 237 | 42 | 74 | 0 | 46 | 412 | 53 | 54 |
| Binary | 1101001 | 1000000 | 10011111 | 100010 | 111100 | 0 | 100110 | 100001010 | 101011 | 101100 |
Color Harmonies of #69409F
Complementary color
Monochromatic Colors of #69409F
Black with #69409F
Text Example
Text Example
White with #69409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69409F; }
p { color: rgb(105,64,159); }
H1.HeaderClassName
{
color: #69409F;
}
.AnyTagClassName
{
color: #69409F;
}
</style>
background-color css
<style>
a { background-color: #69409F; }
a { background-color: rgb(105,64,159); }
div.DivClassName
{
background-color: #69409F;
}
.BgClassName
{
background-color: #69409F;
}
</style>
border-color css
<style>
span { border-color: #69409F; }
span { border-color: rgb(105,64,159); }
td.TdClassName
{
border-color: #69409F;
}
.TagClassName
{
border-color: #69409F;
}
</style>