Shades of Royal Purple #69459C
Tints of Royal Purple #69459C
RGB
CMYK
RGB Variations
Color information
#69459C (or 0x69459C) is known color: Royal Purple. HEX triplet: 69, 45 and 9C. RGB value is (105,69,156). Sum of RGB (Red+Green+Blue) = 105+69+156=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #69459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69459C is #96BA63. Grayscale: #595959. Windows color (decimal): -9878116 or 10241385. OLE color: 10241385.
HSL color Cylindrical-coordinate representation of color #69459C: hue angle of 264.83º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69459C is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 69 | 156 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.39 |
| HSL | 264.83º | 0.39% | 0.44% | - |
| HSV(B) | 264.83º | 0.56% | 0.61% | - |
| XYZ | 13.95 | 9.66 | 32.58 | - |
| YUV | 89.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 156 | 0.33 | 0.56 | 0 | 0.39 | 264.83 | 0.39 | 0.44 |
| Hex | 69 | 45 | 9C | 21 | 38 | 0 | 27 | 109 | 27 | 2C |
| Octal | 151 | 105 | 234 | 41 | 70 | 0 | 47 | 411 | 47 | 54 |
| Binary | 1101001 | 1000101 | 10011100 | 100001 | 111000 | 0 | 100111 | 100001001 | 100111 | 101100 |
Color Harmonies of #69459C
Complementary color
Monochromatic Colors of #69459C
Black with #69459C
Text Example
Text Example
White with #69459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69459C; }
p { color: rgb(105,69,156); }
H1.HeaderClassName
{
color: #69459C;
}
.AnyTagClassName
{
color: #69459C;
}
</style>
background-color css
<style>
a { background-color: #69459C; }
a { background-color: rgb(105,69,156); }
div.DivClassName
{
background-color: #69459C;
}
.BgClassName
{
background-color: #69459C;
}
</style>
border-color css
<style>
span { border-color: #69459C; }
span { border-color: rgb(105,69,156); }
td.TdClassName
{
border-color: #69459C;
}
.TagClassName
{
border-color: #69459C;
}
</style>