Shades of Royal Purple #69478F
Tints of Royal Purple #69478F
RGB
CMYK
RGB Variations
Color information
#69478F (or 0x69478F) is known color: Royal Purple. HEX triplet: 69, 47 and 8F. RGB value is (105,71,143). Sum of RGB (Red+Green+Blue) = 105+71+143=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #69478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69478F is #96B870. Grayscale: #595959. Windows color (decimal): -9877617 or 9389929. OLE color: 9389929.
HSL color Cylindrical-coordinate representation of color #69478F: hue angle of 268.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69478F is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 71 | 143 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.44 |
| HSL | 268.33º | 0.34% | 0.42% | - |
| HSV(B) | 268.33º | 0.5% | 0.56% | - |
| XYZ | 13.04 | 9.49 | 27.13 | - |
| YUV | 89.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 143 | 0.27 | 0.50 | 0 | 0.44 | 268.33 | 0.34 | 0.42 |
| Hex | 69 | 47 | 8F | 1B | 32 | 0 | 2C | 10C | 22 | 2A |
| Octal | 151 | 107 | 217 | 33 | 62 | 0 | 54 | 414 | 42 | 52 |
| Binary | 1101001 | 1000111 | 10001111 | 11011 | 110010 | 0 | 101100 | 100001100 | 100010 | 101010 |
Color Harmonies of #69478F
Complementary color
Monochromatic Colors of #69478F
Black with #69478F
Text Example
Text Example
White with #69478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69478F; }
p { color: rgb(105,71,143); }
H1.HeaderClassName
{
color: #69478F;
}
.AnyTagClassName
{
color: #69478F;
}
</style>
background-color css
<style>
a { background-color: #69478F; }
a { background-color: rgb(105,71,143); }
div.DivClassName
{
background-color: #69478F;
}
.BgClassName
{
background-color: #69478F;
}
</style>
border-color css
<style>
span { border-color: #69478F; }
span { border-color: rgb(105,71,143); }
td.TdClassName
{
border-color: #69478F;
}
.TagClassName
{
border-color: #69478F;
}
</style>