Shades of Royal Purple #684397
Tints of Royal Purple #684397
RGB
CMYK
RGB Variations
Color information
#684397 (or 0x684397) is known color: Royal Purple. HEX triplet: 68, 43 and 97. RGB value is (104,67,151). Sum of RGB (Red+Green+Blue) = 104+67+151=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #684397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684397 is #97BC68. Grayscale: #575757. Windows color (decimal): -9944169 or 9913192. OLE color: 9913192.
HSL color Cylindrical-coordinate representation of color #684397: hue angle of 266.43º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684397 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 67 | 151 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.41 |
| HSL | 266.43º | 0.39% | 0.43% | - |
| HSV(B) | 266.43º | 0.56% | 0.59% | - |
| XYZ | 13.3 | 9.19 | 30.35 | - |
| YUV | 87.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 151 | 0.31 | 0.56 | 0 | 0.41 | 266.43 | 0.39 | 0.43 |
| Hex | 68 | 43 | 97 | 1F | 38 | 0 | 29 | 10A | 27 | 2B |
| Octal | 150 | 103 | 227 | 37 | 70 | 0 | 51 | 412 | 47 | 53 |
| Binary | 1101000 | 1000011 | 10010111 | 11111 | 111000 | 0 | 101001 | 100001010 | 100111 | 101011 |
Color Harmonies of #684397
Complementary color
Monochromatic Colors of #684397
Black with #684397
Text Example
Text Example
White with #684397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684397; }
p { color: rgb(104,67,151); }
H1.HeaderClassName
{
color: #684397;
}
.AnyTagClassName
{
color: #684397;
}
</style>
background-color css
<style>
a { background-color: #684397; }
a { background-color: rgb(104,67,151); }
div.DivClassName
{
background-color: #684397;
}
.BgClassName
{
background-color: #684397;
}
</style>
border-color css
<style>
span { border-color: #684397; }
span { border-color: rgb(104,67,151); }
td.TdClassName
{
border-color: #684397;
}
.TagClassName
{
border-color: #684397;
}
</style>