Shades of Royal Purple #683CA3
Tints of Royal Purple #683CA3
RGB
CMYK
RGB Variations
Color information
#683CA3 (or 0x683CA3) is known color: Royal Purple. HEX triplet: 68, 3C and A3. RGB value is (104,60,163). Sum of RGB (Red+Green+Blue) = 104+60+163=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #683CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683CA3 is #97C35C. Grayscale: #545454. Windows color (decimal): -9945949 or 10697832. OLE color: 10697832.
HSL color Cylindrical-coordinate representation of color #683CA3: hue angle of 265.63º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683CA3 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 60 | 163 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.36 |
| HSL | 265.63º | 0.46% | 0.44% | - |
| HSV(B) | 265.63º | 0.63% | 0.64% | - |
| XYZ | 13.94 | 8.82 | 35.62 | - |
| YUV | 84.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 163 | 0.36 | 0.63 | 0 | 0.36 | 265.63 | 0.46 | 0.44 |
| Hex | 68 | 3C | A3 | 24 | 3F | 0 | 24 | 10A | 2E | 2C |
| Octal | 150 | 74 | 243 | 44 | 77 | 0 | 44 | 412 | 56 | 54 |
| Binary | 1101000 | 111100 | 10100011 | 100100 | 111111 | 0 | 100100 | 100001010 | 101110 | 101100 |
Color Harmonies of #683CA3
Complementary color
Monochromatic Colors of #683CA3
Black with #683CA3
Text Example
Text Example
White with #683CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CA3; }
p { color: rgb(104,60,163); }
H1.HeaderClassName
{
color: #683CA3;
}
.AnyTagClassName
{
color: #683CA3;
}
</style>
background-color css
<style>
a { background-color: #683CA3; }
a { background-color: rgb(104,60,163); }
div.DivClassName
{
background-color: #683CA3;
}
.BgClassName
{
background-color: #683CA3;
}
</style>
border-color css
<style>
span { border-color: #683CA3; }
span { border-color: rgb(104,60,163); }
td.TdClassName
{
border-color: #683CA3;
}
.TagClassName
{
border-color: #683CA3;
}
</style>