Shades of Royal Purple #694395
Tints of Royal Purple #694395
RGB
CMYK
RGB Variations
Color information
#694395 (or 0x694395) is known color: Royal Purple. HEX triplet: 69, 43 and 95. RGB value is (105,67,149). Sum of RGB (Red+Green+Blue) = 105+67+149=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #694395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694395 is #96BC6A. Grayscale: #575757. Windows color (decimal): -9878635 or 9782121. OLE color: 9782121.
HSL color Cylindrical-coordinate representation of color #694395: hue angle of 267.8º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694395 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 67 | 149 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.42 |
| HSL | 267.8º | 0.38% | 0.42% | - |
| HSV(B) | 267.8º | 0.55% | 0.58% | - |
| XYZ | 13.26 | 9.19 | 29.51 | - |
| YUV | 87.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 149 | 0.30 | 0.55 | 0 | 0.42 | 267.8 | 0.38 | 0.42 |
| Hex | 69 | 43 | 95 | 1E | 37 | 0 | 2A | 10C | 26 | 2A |
| Octal | 151 | 103 | 225 | 36 | 67 | 0 | 52 | 414 | 46 | 52 |
| Binary | 1101001 | 1000011 | 10010101 | 11110 | 110111 | 0 | 101010 | 100001100 | 100110 | 101010 |
Color Harmonies of #694395
Complementary color
Monochromatic Colors of #694395
Black with #694395
Text Example
Text Example
White with #694395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694395; }
p { color: rgb(105,67,149); }
H1.HeaderClassName
{
color: #694395;
}
.AnyTagClassName
{
color: #694395;
}
</style>
background-color css
<style>
a { background-color: #694395; }
a { background-color: rgb(105,67,149); }
div.DivClassName
{
background-color: #694395;
}
.BgClassName
{
background-color: #694395;
}
</style>
border-color css
<style>
span { border-color: #694395; }
span { border-color: rgb(105,67,149); }
td.TdClassName
{
border-color: #694395;
}
.TagClassName
{
border-color: #694395;
}
</style>