Shades of Royal Purple #69239F
Tints of Royal Purple #69239F
RGB
CMYK
RGB Variations
Color information
#69239F (or 0x69239F) is known color: Royal Purple. HEX triplet: 69, 23 and 9F. RGB value is (105,35,159). Sum of RGB (Red+Green+Blue) = 105+35+159=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #69239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69239F is #96DC60. Grayscale: #454545. Windows color (decimal): -9886817 or 10429289. OLE color: 10429289.
HSL color Cylindrical-coordinate representation of color #69239F: hue angle of 273.87º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69239F is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 35 | 159 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.38 |
| HSL | 273.87º | 0.64% | 0.38% | - |
| HSV(B) | 273.87º | 0.78% | 0.62% | - |
| XYZ | 12.68 | 6.71 | 33.43 | - |
| YUV | 70.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 159 | 0.34 | 0.78 | 0 | 0.38 | 273.87 | 0.64 | 0.38 |
| Hex | 69 | 23 | 9F | 22 | 4E | 0 | 26 | 112 | 40 | 26 |
| Octal | 151 | 43 | 237 | 42 | 116 | 0 | 46 | 422 | 100 | 46 |
| Binary | 1101001 | 100011 | 10011111 | 100010 | 1001110 | 0 | 100110 | 100010010 | 1000000 | 100110 |
Color Harmonies of #69239F
Complementary color
Monochromatic Colors of #69239F
Black with #69239F
Text Example
Text Example
White with #69239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69239F; }
p { color: rgb(105,35,159); }
H1.HeaderClassName
{
color: #69239F;
}
.AnyTagClassName
{
color: #69239F;
}
</style>
background-color css
<style>
a { background-color: #69239F; }
a { background-color: rgb(105,35,159); }
div.DivClassName
{
background-color: #69239F;
}
.BgClassName
{
background-color: #69239F;
}
</style>
border-color css
<style>
span { border-color: #69239F; }
span { border-color: rgb(105,35,159); }
td.TdClassName
{
border-color: #69239F;
}
.TagClassName
{
border-color: #69239F;
}
</style>