Shades of Royal Purple #683397
Tints of Royal Purple #683397
RGB
CMYK
RGB Variations
Color information
#683397 (or 0x683397) is known color: Royal Purple. HEX triplet: 68, 33 and 97. RGB value is (104,51,151). Sum of RGB (Red+Green+Blue) = 104+51+151=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #683397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683397 is #97CC68. Grayscale: #4D4D4D. Windows color (decimal): -9948265 or 9909096. OLE color: 9909096.
HSL color Cylindrical-coordinate representation of color #683397: hue angle of 271.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683397 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 51 | 151 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.41 |
| HSL | 271.8º | 0.5% | 0.4% | - |
| HSV(B) | 271.8º | 0.66% | 0.59% | - |
| XYZ | 12.48 | 7.55 | 30.08 | - |
| YUV | 78.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 151 | 0.31 | 0.66 | 0 | 0.41 | 271.8 | 0.5 | 0.4 |
| Hex | 68 | 33 | 97 | 1F | 42 | 0 | 29 | 110 | 32 | 28 |
| Octal | 150 | 63 | 227 | 37 | 102 | 0 | 51 | 420 | 62 | 50 |
| Binary | 1101000 | 110011 | 10010111 | 11111 | 1000010 | 0 | 101001 | 100010000 | 110010 | 101000 |
Color Harmonies of #683397
Complementary color
Monochromatic Colors of #683397
Black with #683397
Text Example
Text Example
White with #683397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683397; }
p { color: rgb(104,51,151); }
H1.HeaderClassName
{
color: #683397;
}
.AnyTagClassName
{
color: #683397;
}
</style>
background-color css
<style>
a { background-color: #683397; }
a { background-color: rgb(104,51,151); }
div.DivClassName
{
background-color: #683397;
}
.BgClassName
{
background-color: #683397;
}
</style>
border-color css
<style>
span { border-color: #683397; }
span { border-color: rgb(104,51,151); }
td.TdClassName
{
border-color: #683397;
}
.TagClassName
{
border-color: #683397;
}
</style>