Shades of Royal Purple #683BB0
Tints of Royal Purple #683BB0
RGB
CMYK
RGB Variations
Color information
#683BB0 (or 0x683BB0) is known color: Royal Purple. HEX triplet: 68, 3B and B0. RGB value is (104,59,176). Sum of RGB (Red+Green+Blue) = 104+59+176=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #683BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683BB0 is #97C44F. Grayscale: #555555. Windows color (decimal): -9946192 or 11549544. OLE color: 11549544.
HSL color Cylindrical-coordinate representation of color #683BB0: hue angle of 263.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683BB0 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 59 | 176 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.31 |
| HSL | 263.08º | 0.5% | 0.46% | - |
| HSV(B) | 263.08º | 0.66% | 0.69% | - |
| XYZ | 15.11 | 9.21 | 42.05 | - |
| YUV | 85.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 176 | 0.41 | 0.66 | 0 | 0.31 | 263.08 | 0.5 | 0.46 |
| Hex | 68 | 3B | B0 | 29 | 42 | 0 | 1F | 107 | 32 | 2E |
| Octal | 150 | 73 | 260 | 51 | 102 | 0 | 37 | 407 | 62 | 56 |
| Binary | 1101000 | 111011 | 10110000 | 101001 | 1000010 | 0 | 11111 | 100000111 | 110010 | 101110 |
Color Harmonies of #683BB0
Complementary color
Monochromatic Colors of #683BB0
Black with #683BB0
Text Example
Text Example
White with #683BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BB0; }
p { color: rgb(104,59,176); }
H1.HeaderClassName
{
color: #683BB0;
}
.AnyTagClassName
{
color: #683BB0;
}
</style>
background-color css
<style>
a { background-color: #683BB0; }
a { background-color: rgb(104,59,176); }
div.DivClassName
{
background-color: #683BB0;
}
.BgClassName
{
background-color: #683BB0;
}
</style>
border-color css
<style>
span { border-color: #683BB0; }
span { border-color: rgb(104,59,176); }
td.TdClassName
{
border-color: #683BB0;
}
.TagClassName
{
border-color: #683BB0;
}
</style>