Shades of Royal Purple #69359A
Tints of Royal Purple #69359A
RGB
CMYK
RGB Variations
Color information
#69359A (or 0x69359A) is known color: Royal Purple. HEX triplet: 69, 35 and 9A. RGB value is (105,53,154). Sum of RGB (Red+Green+Blue) = 105+53+154=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #69359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69359A is #96CA65. Grayscale: #4F4F4F. Windows color (decimal): -9882214 or 10106217. OLE color: 10106217.
HSL color Cylindrical-coordinate representation of color #69359A: hue angle of 270.89º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69359A is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 53 | 154 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.40 |
| HSL | 270.89º | 0.49% | 0.41% | - |
| HSV(B) | 270.89º | 0.66% | 0.6% | - |
| XYZ | 12.93 | 7.88 | 31.41 | - |
| YUV | 80.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 154 | 0.32 | 0.66 | 0 | 0.40 | 270.89 | 0.49 | 0.41 |
| Hex | 69 | 35 | 9A | 20 | 42 | 0 | 28 | 10F | 31 | 29 |
| Octal | 151 | 65 | 232 | 40 | 102 | 0 | 50 | 417 | 61 | 51 |
| Binary | 1101001 | 110101 | 10011010 | 100000 | 1000010 | 0 | 101000 | 100001111 | 110001 | 101001 |
Color Harmonies of #69359A
Complementary color
Monochromatic Colors of #69359A
Black with #69359A
Text Example
Text Example
White with #69359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69359A; }
p { color: rgb(105,53,154); }
H1.HeaderClassName
{
color: #69359A;
}
.AnyTagClassName
{
color: #69359A;
}
</style>
background-color css
<style>
a { background-color: #69359A; }
a { background-color: rgb(105,53,154); }
div.DivClassName
{
background-color: #69359A;
}
.BgClassName
{
background-color: #69359A;
}
</style>
border-color css
<style>
span { border-color: #69359A; }
span { border-color: rgb(105,53,154); }
td.TdClassName
{
border-color: #69359A;
}
.TagClassName
{
border-color: #69359A;
}
</style>