Shades of Royal Purple #683296
Tints of Royal Purple #683296
RGB
CMYK
RGB Variations
Color information
#683296 (or 0x683296) is known color: Royal Purple. HEX triplet: 68, 32 and 96. RGB value is (104,50,150). Sum of RGB (Red+Green+Blue) = 104+50+150=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #683296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683296 is #97CD69. Grayscale: #4D4D4D. Windows color (decimal): -9948522 or 9843304. OLE color: 9843304.
HSL color Cylindrical-coordinate representation of color #683296: hue angle of 272.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #683296 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 50 | 150 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.41 |
| HSL | 272.4º | 0.5% | 0.39% | - |
| HSV(B) | 272.4º | 0.67% | 0.59% | - |
| XYZ | 12.35 | 7.43 | 29.64 | - |
| YUV | 77.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 150 | 0.31 | 0.67 | 0 | 0.41 | 272.4 | 0.5 | 0.39 |
| Hex | 68 | 32 | 96 | 1F | 43 | 0 | 29 | 110 | 32 | 27 |
| Octal | 150 | 62 | 226 | 37 | 103 | 0 | 51 | 420 | 62 | 47 |
| Binary | 1101000 | 110010 | 10010110 | 11111 | 1000011 | 0 | 101001 | 100010000 | 110010 | 100111 |
Color Harmonies of #683296
Complementary color
Monochromatic Colors of #683296
Black with #683296
Text Example
Text Example
White with #683296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683296; }
p { color: rgb(104,50,150); }
H1.HeaderClassName
{
color: #683296;
}
.AnyTagClassName
{
color: #683296;
}
</style>
background-color css
<style>
a { background-color: #683296; }
a { background-color: rgb(104,50,150); }
div.DivClassName
{
background-color: #683296;
}
.BgClassName
{
background-color: #683296;
}
</style>
border-color css
<style>
span { border-color: #683296; }
span { border-color: rgb(104,50,150); }
td.TdClassName
{
border-color: #683296;
}
.TagClassName
{
border-color: #683296;
}
</style>