Shades of Royal Purple #683396
Tints of Royal Purple #683396
RGB
CMYK
RGB Variations
Color information
#683396 (or 0x683396) is known color: Royal Purple. HEX triplet: 68, 33 and 96. RGB value is (104,51,150). Sum of RGB (Red+Green+Blue) = 104+51+150=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #683396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683396 is #97CC69. Grayscale: #4D4D4D. Windows color (decimal): -9948266 or 9843560. OLE color: 9843560.
HSL color Cylindrical-coordinate representation of color #683396: hue angle of 272.12º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683396 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 51 | 150 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.41 |
| HSL | 272.12º | 0.49% | 0.39% | - |
| HSV(B) | 272.12º | 0.66% | 0.59% | - |
| XYZ | 12.4 | 7.51 | 29.65 | - |
| YUV | 78.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 150 | 0.31 | 0.66 | 0 | 0.41 | 272.12 | 0.49 | 0.39 |
| Hex | 68 | 33 | 96 | 1F | 42 | 0 | 29 | 110 | 31 | 27 |
| Octal | 150 | 63 | 226 | 37 | 102 | 0 | 51 | 420 | 61 | 47 |
| Binary | 1101000 | 110011 | 10010110 | 11111 | 1000010 | 0 | 101001 | 100010000 | 110001 | 100111 |
Color Harmonies of #683396
Complementary color
Monochromatic Colors of #683396
Black with #683396
Text Example
Text Example
White with #683396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683396; }
p { color: rgb(104,51,150); }
H1.HeaderClassName
{
color: #683396;
}
.AnyTagClassName
{
color: #683396;
}
</style>
background-color css
<style>
a { background-color: #683396; }
a { background-color: rgb(104,51,150); }
div.DivClassName
{
background-color: #683396;
}
.BgClassName
{
background-color: #683396;
}
</style>
border-color css
<style>
span { border-color: #683396; }
span { border-color: rgb(104,51,150); }
td.TdClassName
{
border-color: #683396;
}
.TagClassName
{
border-color: #683396;
}
</style>