Shades of Royal Purple #694396
Tints of Royal Purple #694396
RGB
CMYK
RGB Variations
Color information
#694396 (or 0x694396) is known color: Royal Purple. HEX triplet: 69, 43 and 96. RGB value is (105,67,150). Sum of RGB (Red+Green+Blue) = 105+67+150=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #694396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694396 is #96BC69. Grayscale: #575757. Windows color (decimal): -9878634 or 9847657. OLE color: 9847657.
HSL color Cylindrical-coordinate representation of color #694396: hue angle of 267.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694396 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 67 | 150 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.41 |
| HSL | 267.47º | 0.38% | 0.43% | - |
| HSV(B) | 267.47º | 0.55% | 0.59% | - |
| XYZ | 13.34 | 9.22 | 29.93 | - |
| YUV | 87.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 150 | 0.30 | 0.55 | 0 | 0.41 | 267.47 | 0.38 | 0.43 |
| Hex | 69 | 43 | 96 | 1E | 37 | 0 | 29 | 10B | 26 | 2B |
| Octal | 151 | 103 | 226 | 36 | 67 | 0 | 51 | 413 | 46 | 53 |
| Binary | 1101001 | 1000011 | 10010110 | 11110 | 110111 | 0 | 101001 | 100001011 | 100110 | 101011 |
Color Harmonies of #694396
Complementary color
Monochromatic Colors of #694396
Black with #694396
Text Example
Text Example
White with #694396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694396; }
p { color: rgb(105,67,150); }
H1.HeaderClassName
{
color: #694396;
}
.AnyTagClassName
{
color: #694396;
}
</style>
background-color css
<style>
a { background-color: #694396; }
a { background-color: rgb(105,67,150); }
div.DivClassName
{
background-color: #694396;
}
.BgClassName
{
background-color: #694396;
}
</style>
border-color css
<style>
span { border-color: #694396; }
span { border-color: rgb(105,67,150); }
td.TdClassName
{
border-color: #694396;
}
.TagClassName
{
border-color: #694396;
}
</style>