Shades of Royal Purple #69259B
Tints of Royal Purple #69259B
RGB
CMYK
RGB Variations
Color information
#69259B (or 0x69259B) is known color: Royal Purple. HEX triplet: 69, 25 and 9B. RGB value is (105,37,155). Sum of RGB (Red+Green+Blue) = 105+37+155=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #69259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69259B is #96DA64. Grayscale: #464646. Windows color (decimal): -9886309 or 10167657. OLE color: 10167657.
HSL color Cylindrical-coordinate representation of color #69259B: hue angle of 274.58º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69259B is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 37 | 155 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.39 |
| HSL | 274.58º | 0.61% | 0.38% | - |
| HSV(B) | 274.58º | 0.76% | 0.61% | - |
| XYZ | 12.4 | 6.69 | 31.65 | - |
| YUV | 70.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 155 | 0.32 | 0.76 | 0 | 0.39 | 274.58 | 0.61 | 0.38 |
| Hex | 69 | 25 | 9B | 20 | 4C | 0 | 27 | 113 | 3D | 26 |
| Octal | 151 | 45 | 233 | 40 | 114 | 0 | 47 | 423 | 75 | 46 |
| Binary | 1101001 | 100101 | 10011011 | 100000 | 1001100 | 0 | 100111 | 100010011 | 111101 | 100110 |
Color Harmonies of #69259B
Complementary color
Monochromatic Colors of #69259B
Black with #69259B
Text Example
Text Example
White with #69259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69259B; }
p { color: rgb(105,37,155); }
H1.HeaderClassName
{
color: #69259B;
}
.AnyTagClassName
{
color: #69259B;
}
</style>
background-color css
<style>
a { background-color: #69259B; }
a { background-color: rgb(105,37,155); }
div.DivClassName
{
background-color: #69259B;
}
.BgClassName
{
background-color: #69259B;
}
</style>
border-color css
<style>
span { border-color: #69259B; }
span { border-color: rgb(105,37,155); }
td.TdClassName
{
border-color: #69259B;
}
.TagClassName
{
border-color: #69259B;
}
</style>