Shades of Royal Purple #69349E
Tints of Royal Purple #69349E
RGB
CMYK
RGB Variations
Color information
#69349E (or 0x69349E) is known color: Royal Purple. HEX triplet: 69, 34 and 9E. RGB value is (105,52,158). Sum of RGB (Red+Green+Blue) = 105+52+158=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #69349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69349E is #96CB61. Grayscale: #4F4F4F. Windows color (decimal): -9882466 or 10368105. OLE color: 10368105.
HSL color Cylindrical-coordinate representation of color #69349E: hue angle of 270º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69349E is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 52 | 158 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.38 |
| HSL | 270º | 0.5% | 0.41% | - |
| HSV(B) | 270º | 0.67% | 0.62% | - |
| XYZ | 13.23 | 7.93 | 33.18 | - |
| YUV | 79.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 158 | 0.34 | 0.67 | 0 | 0.38 | 270 | 0.5 | 0.41 |
| Hex | 69 | 34 | 9E | 22 | 43 | 0 | 26 | 10E | 32 | 29 |
| Octal | 151 | 64 | 236 | 42 | 103 | 0 | 46 | 416 | 62 | 51 |
| Binary | 1101001 | 110100 | 10011110 | 100010 | 1000011 | 0 | 100110 | 100001110 | 110010 | 101001 |
Color Harmonies of #69349E
Complementary color
Monochromatic Colors of #69349E
Black with #69349E
Text Example
Text Example
White with #69349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69349E; }
p { color: rgb(105,52,158); }
H1.HeaderClassName
{
color: #69349E;
}
.AnyTagClassName
{
color: #69349E;
}
</style>
background-color css
<style>
a { background-color: #69349E; }
a { background-color: rgb(105,52,158); }
div.DivClassName
{
background-color: #69349E;
}
.BgClassName
{
background-color: #69349E;
}
</style>
border-color css
<style>
span { border-color: #69349E; }
span { border-color: rgb(105,52,158); }
td.TdClassName
{
border-color: #69349E;
}
.TagClassName
{
border-color: #69349E;
}
</style>