Shades of Royal Purple #69259E
Tints of Royal Purple #69259E
RGB
CMYK
RGB Variations
Color information
#69259E (or 0x69259E) is known color: Royal Purple. HEX triplet: 69, 25 and 9E. RGB value is (105,37,158). Sum of RGB (Red+Green+Blue) = 105+37+158=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #69259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69259E is #96DA61. Grayscale: #464646. Windows color (decimal): -9886306 or 10364265. OLE color: 10364265.
HSL color Cylindrical-coordinate representation of color #69259E: hue angle of 273.72º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69259E is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 37 | 158 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.38 |
| HSL | 273.72º | 0.62% | 0.38% | - |
| HSV(B) | 273.72º | 0.77% | 0.62% | - |
| XYZ | 12.66 | 6.8 | 32.99 | - |
| YUV | 71.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 158 | 0.34 | 0.77 | 0 | 0.38 | 273.72 | 0.62 | 0.38 |
| Hex | 69 | 25 | 9E | 22 | 4D | 0 | 26 | 112 | 3E | 26 |
| Octal | 151 | 45 | 236 | 42 | 115 | 0 | 46 | 422 | 76 | 46 |
| Binary | 1101001 | 100101 | 10011110 | 100010 | 1001101 | 0 | 100110 | 100010010 | 111110 | 100110 |
Color Harmonies of #69259E
Complementary color
Monochromatic Colors of #69259E
Black with #69259E
Text Example
Text Example
White with #69259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69259E; }
p { color: rgb(105,37,158); }
H1.HeaderClassName
{
color: #69259E;
}
.AnyTagClassName
{
color: #69259E;
}
</style>
background-color css
<style>
a { background-color: #69259E; }
a { background-color: rgb(105,37,158); }
div.DivClassName
{
background-color: #69259E;
}
.BgClassName
{
background-color: #69259E;
}
</style>
border-color css
<style>
span { border-color: #69259E; }
span { border-color: rgb(105,37,158); }
td.TdClassName
{
border-color: #69259E;
}
.TagClassName
{
border-color: #69259E;
}
</style>