Shades of Royal Purple #683CB1
Tints of Royal Purple #683CB1
RGB
CMYK
RGB Variations
Color information
#683CB1 (or 0x683CB1) is known color: Royal Purple. HEX triplet: 68, 3C and B1. RGB value is (104,60,177). Sum of RGB (Red+Green+Blue) = 104+60+177=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #683CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683CB1 is #97C34E. Grayscale: #565656. Windows color (decimal): -9945935 or 11615336. OLE color: 11615336.
HSL color Cylindrical-coordinate representation of color #683CB1: hue angle of 262.56º degrees, saturation: 0.49, 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 #683CB1 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 60 | 177 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.31 |
| HSL | 262.56º | 0.49% | 0.46% | - |
| HSV(B) | 262.56º | 0.66% | 0.69% | - |
| XYZ | 15.26 | 9.35 | 42.6 | - |
| YUV | 86.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 177 | 0.41 | 0.66 | 0 | 0.31 | 262.56 | 0.49 | 0.46 |
| Hex | 68 | 3C | B1 | 29 | 42 | 0 | 1F | 107 | 31 | 2E |
| Octal | 150 | 74 | 261 | 51 | 102 | 0 | 37 | 407 | 61 | 56 |
| Binary | 1101000 | 111100 | 10110001 | 101001 | 1000010 | 0 | 11111 | 100000111 | 110001 | 101110 |
Color Harmonies of #683CB1
Complementary color
Monochromatic Colors of #683CB1
Black with #683CB1
Text Example
Text Example
White with #683CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CB1; }
p { color: rgb(104,60,177); }
H1.HeaderClassName
{
color: #683CB1;
}
.AnyTagClassName
{
color: #683CB1;
}
</style>
background-color css
<style>
a { background-color: #683CB1; }
a { background-color: rgb(104,60,177); }
div.DivClassName
{
background-color: #683CB1;
}
.BgClassName
{
background-color: #683CB1;
}
</style>
border-color css
<style>
span { border-color: #683CB1; }
span { border-color: rgb(104,60,177); }
td.TdClassName
{
border-color: #683CB1;
}
.TagClassName
{
border-color: #683CB1;
}
</style>