Shades of Royal Purple #69349B
Tints of Royal Purple #69349B
RGB
CMYK
RGB Variations
Color information
#69349B (or 0x69349B) is known color: Royal Purple. HEX triplet: 69, 34 and 9B. RGB value is (105,52,155). Sum of RGB (Red+Green+Blue) = 105+52+155=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #69349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69349B is #96CB64. Grayscale: #4F4F4F. Windows color (decimal): -9882469 or 10171497. OLE color: 10171497.
HSL color Cylindrical-coordinate representation of color #69349B: hue angle of 270.87º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69349B is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 52 | 155 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.39 |
| HSL | 270.87º | 0.5% | 0.41% | - |
| HSV(B) | 270.87º | 0.66% | 0.61% | - |
| XYZ | 12.97 | 7.83 | 31.84 | - |
| YUV | 79.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 155 | 0.32 | 0.66 | 0 | 0.39 | 270.87 | 0.5 | 0.41 |
| Hex | 69 | 34 | 9B | 20 | 42 | 0 | 27 | 10F | 32 | 29 |
| Octal | 151 | 64 | 233 | 40 | 102 | 0 | 47 | 417 | 62 | 51 |
| Binary | 1101001 | 110100 | 10011011 | 100000 | 1000010 | 0 | 100111 | 100001111 | 110010 | 101001 |
Color Harmonies of #69349B
Complementary color
Monochromatic Colors of #69349B
Black with #69349B
Text Example
Text Example
White with #69349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69349B; }
p { color: rgb(105,52,155); }
H1.HeaderClassName
{
color: #69349B;
}
.AnyTagClassName
{
color: #69349B;
}
</style>
background-color css
<style>
a { background-color: #69349B; }
a { background-color: rgb(105,52,155); }
div.DivClassName
{
background-color: #69349B;
}
.BgClassName
{
background-color: #69349B;
}
</style>
border-color css
<style>
span { border-color: #69349B; }
span { border-color: rgb(105,52,155); }
td.TdClassName
{
border-color: #69349B;
}
.TagClassName
{
border-color: #69349B;
}
</style>