Shades of Royal Purple #69269B
Tints of Royal Purple #69269B
RGB
CMYK
RGB Variations
Color information
#69269B (or 0x69269B) is known color: Royal Purple. HEX triplet: 69, 26 and 9B. RGB value is (105,38,155). Sum of RGB (Red+Green+Blue) = 105+38+155=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #69269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69269B is #96D964. Grayscale: #464646. Windows color (decimal): -9886053 or 10167913. OLE color: 10167913.
HSL color Cylindrical-coordinate representation of color #69269B: hue angle of 274.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69269B is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 38 | 155 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.39 |
| HSL | 274.36º | 0.61% | 0.38% | - |
| HSV(B) | 274.36º | 0.75% | 0.61% | - |
| XYZ | 12.44 | 6.76 | 31.66 | - |
| YUV | 71.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 155 | 0.32 | 0.75 | 0 | 0.39 | 274.36 | 0.61 | 0.38 |
| Hex | 69 | 26 | 9B | 20 | 4B | 0 | 27 | 112 | 3D | 26 |
| Octal | 151 | 46 | 233 | 40 | 113 | 0 | 47 | 422 | 75 | 46 |
| Binary | 1101001 | 100110 | 10011011 | 100000 | 1001011 | 0 | 100111 | 100010010 | 111101 | 100110 |
Color Harmonies of #69269B
Complementary color
Monochromatic Colors of #69269B
Black with #69269B
Text Example
Text Example
White with #69269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69269B; }
p { color: rgb(105,38,155); }
H1.HeaderClassName
{
color: #69269B;
}
.AnyTagClassName
{
color: #69269B;
}
</style>
background-color css
<style>
a { background-color: #69269B; }
a { background-color: rgb(105,38,155); }
div.DivClassName
{
background-color: #69269B;
}
.BgClassName
{
background-color: #69269B;
}
</style>
border-color css
<style>
span { border-color: #69269B; }
span { border-color: rgb(105,38,155); }
td.TdClassName
{
border-color: #69269B;
}
.TagClassName
{
border-color: #69269B;
}
</style>