Shades of Royal Purple #69239C
Tints of Royal Purple #69239C
RGB
CMYK
RGB Variations
Color information
#69239C (or 0x69239C) is known color: Royal Purple. HEX triplet: 69, 23 and 9C. RGB value is (105,35,156). Sum of RGB (Red+Green+Blue) = 105+35+156=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #69239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69239C is #96DC63. Grayscale: #454545. Windows color (decimal): -9886820 or 10232681. OLE color: 10232681.
HSL color Cylindrical-coordinate representation of color #69239C: hue angle of 274.71º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69239C is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 35 | 156 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.39 |
| HSL | 274.71º | 0.63% | 0.37% | - |
| HSV(B) | 274.71º | 0.78% | 0.61% | - |
| XYZ | 12.43 | 6.61 | 32.07 | - |
| YUV | 69.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 156 | 0.33 | 0.78 | 0 | 0.39 | 274.71 | 0.63 | 0.37 |
| Hex | 69 | 23 | 9C | 21 | 4E | 0 | 27 | 113 | 3F | 25 |
| Octal | 151 | 43 | 234 | 41 | 116 | 0 | 47 | 423 | 77 | 45 |
| Binary | 1101001 | 100011 | 10011100 | 100001 | 1001110 | 0 | 100111 | 100010011 | 111111 | 100101 |
Color Harmonies of #69239C
Complementary color
Monochromatic Colors of #69239C
Black with #69239C
Text Example
Text Example
White with #69239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69239C; }
p { color: rgb(105,35,156); }
H1.HeaderClassName
{
color: #69239C;
}
.AnyTagClassName
{
color: #69239C;
}
</style>
background-color css
<style>
a { background-color: #69239C; }
a { background-color: rgb(105,35,156); }
div.DivClassName
{
background-color: #69239C;
}
.BgClassName
{
background-color: #69239C;
}
</style>
border-color css
<style>
span { border-color: #69239C; }
span { border-color: rgb(105,35,156); }
td.TdClassName
{
border-color: #69239C;
}
.TagClassName
{
border-color: #69239C;
}
</style>