Shades of Royal Purple #694890
Tints of Royal Purple #694890
RGB
CMYK
RGB Variations
Color information
#694890 (or 0x694890) is known color: Royal Purple. HEX triplet: 69, 48 and 90. RGB value is (105,72,144). Sum of RGB (Red+Green+Blue) = 105+72+144=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #694890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694890 is #96B76F. Grayscale: #595959. Windows color (decimal): -9877360 or 9455721. OLE color: 9455721.
HSL color Cylindrical-coordinate representation of color #694890: hue angle of 267.5º degrees, saturation: 0.33, 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 #694890 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 72 | 144 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.44 |
| HSL | 267.5º | 0.33% | 0.42% | - |
| HSV(B) | 267.5º | 0.5% | 0.56% | - |
| XYZ | 13.18 | 9.65 | 27.55 | - |
| YUV | 90.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 144 | 0.27 | 0.50 | 0 | 0.44 | 267.5 | 0.33 | 0.42 |
| Hex | 69 | 48 | 90 | 1B | 32 | 0 | 2C | 10C | 21 | 2A |
| Octal | 151 | 110 | 220 | 33 | 62 | 0 | 54 | 414 | 41 | 52 |
| Binary | 1101001 | 1001000 | 10010000 | 11011 | 110010 | 0 | 101100 | 100001100 | 100001 | 101010 |
Color Harmonies of #694890
Complementary color
Monochromatic Colors of #694890
Black with #694890
Text Example
Text Example
White with #694890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694890; }
p { color: rgb(105,72,144); }
H1.HeaderClassName
{
color: #694890;
}
.AnyTagClassName
{
color: #694890;
}
</style>
background-color css
<style>
a { background-color: #694890; }
a { background-color: rgb(105,72,144); }
div.DivClassName
{
background-color: #694890;
}
.BgClassName
{
background-color: #694890;
}
</style>
border-color css
<style>
span { border-color: #694890; }
span { border-color: rgb(105,72,144); }
td.TdClassName
{
border-color: #694890;
}
.TagClassName
{
border-color: #694890;
}
</style>