Shades of Royal Purple #69459A
Tints of Royal Purple #69459A
RGB
CMYK
RGB Variations
Color information
#69459A (or 0x69459A) is known color: Royal Purple. HEX triplet: 69, 45 and 9A. RGB value is (105,69,154). Sum of RGB (Red+Green+Blue) = 105+69+154=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #69459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69459A is #96BA65. Grayscale: #595959. Windows color (decimal): -9878118 or 10110313. OLE color: 10110313.
HSL color Cylindrical-coordinate representation of color #69459A: hue angle of 265.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69459A is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 69 | 154 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.40 |
| HSL | 265.41º | 0.38% | 0.44% | - |
| HSV(B) | 265.41º | 0.55% | 0.6% | - |
| XYZ | 13.79 | 9.59 | 31.7 | - |
| YUV | 89.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 154 | 0.32 | 0.55 | 0 | 0.40 | 265.41 | 0.38 | 0.44 |
| Hex | 69 | 45 | 9A | 20 | 37 | 0 | 28 | 109 | 26 | 2C |
| Octal | 151 | 105 | 232 | 40 | 67 | 0 | 50 | 411 | 46 | 54 |
| Binary | 1101001 | 1000101 | 10011010 | 100000 | 110111 | 0 | 101000 | 100001001 | 100110 | 101100 |
Color Harmonies of #69459A
Complementary color
Monochromatic Colors of #69459A
Black with #69459A
Text Example
Text Example
White with #69459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69459A; }
p { color: rgb(105,69,154); }
H1.HeaderClassName
{
color: #69459A;
}
.AnyTagClassName
{
color: #69459A;
}
</style>
background-color css
<style>
a { background-color: #69459A; }
a { background-color: rgb(105,69,154); }
div.DivClassName
{
background-color: #69459A;
}
.BgClassName
{
background-color: #69459A;
}
</style>
border-color css
<style>
span { border-color: #69459A; }
span { border-color: rgb(105,69,154); }
td.TdClassName
{
border-color: #69459A;
}
.TagClassName
{
border-color: #69459A;
}
</style>