Shades of Royal Purple #69458E
Tints of Royal Purple #69458E
RGB
CMYK
RGB Variations
Color information
#69458E (or 0x69458E) is known color: Royal Purple. HEX triplet: 69, 45 and 8E. RGB value is (105,69,142). Sum of RGB (Red+Green+Blue) = 105+69+142=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #69458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69458E is #96BA71. Grayscale: #575757. Windows color (decimal): -9878130 or 9323881. OLE color: 9323881.
HSL color Cylindrical-coordinate representation of color #69458E: hue angle of 269.59º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69458E is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 69 | 142 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.44 |
| HSL | 269.59º | 0.35% | 0.41% | - |
| HSV(B) | 269.59º | 0.51% | 0.56% | - |
| XYZ | 12.84 | 9.21 | 26.69 | - |
| YUV | 88.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 142 | 0.26 | 0.51 | 0 | 0.44 | 269.59 | 0.35 | 0.41 |
| Hex | 69 | 45 | 8E | 1A | 33 | 0 | 2C | 10E | 23 | 29 |
| Octal | 151 | 105 | 216 | 32 | 63 | 0 | 54 | 416 | 43 | 51 |
| Binary | 1101001 | 1000101 | 10001110 | 11010 | 110011 | 0 | 101100 | 100001110 | 100011 | 101001 |
Color Harmonies of #69458E
Complementary color
Monochromatic Colors of #69458E
Black with #69458E
Text Example
Text Example
White with #69458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69458E; }
p { color: rgb(105,69,142); }
H1.HeaderClassName
{
color: #69458E;
}
.AnyTagClassName
{
color: #69458E;
}
</style>
background-color css
<style>
a { background-color: #69458E; }
a { background-color: rgb(105,69,142); }
div.DivClassName
{
background-color: #69458E;
}
.BgClassName
{
background-color: #69458E;
}
</style>
border-color css
<style>
span { border-color: #69458E; }
span { border-color: rgb(105,69,142); }
td.TdClassName
{
border-color: #69458E;
}
.TagClassName
{
border-color: #69458E;
}
</style>