Shades of Royal Purple #683FAA
Tints of Royal Purple #683FAA
RGB
CMYK
RGB Variations
Color information
#683FAA (or 0x683FAA) is known color: Royal Purple. HEX triplet: 68, 3F and AA. RGB value is (104,63,170). Sum of RGB (Red+Green+Blue) = 104+63+170=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #683FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683FAA is #97C055. Grayscale: #575757. Windows color (decimal): -9945174 or 11157352. OLE color: 11157352.
HSL color Cylindrical-coordinate representation of color #683FAA: hue angle of 262.99º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683FAA is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 63 | 170 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.33 |
| HSL | 262.99º | 0.46% | 0.46% | - |
| HSV(B) | 262.99º | 0.63% | 0.67% | - |
| XYZ | 14.74 | 9.4 | 39.07 | - |
| YUV | 87.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 170 | 0.39 | 0.63 | 0 | 0.33 | 262.99 | 0.46 | 0.46 |
| Hex | 68 | 3F | AA | 27 | 3F | 0 | 21 | 107 | 2E | 2E |
| Octal | 150 | 77 | 252 | 47 | 77 | 0 | 41 | 407 | 56 | 56 |
| Binary | 1101000 | 111111 | 10101010 | 100111 | 111111 | 0 | 100001 | 100000111 | 101110 | 101110 |
Color Harmonies of #683FAA
Complementary color
Monochromatic Colors of #683FAA
Black with #683FAA
Text Example
Text Example
White with #683FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FAA; }
p { color: rgb(104,63,170); }
H1.HeaderClassName
{
color: #683FAA;
}
.AnyTagClassName
{
color: #683FAA;
}
</style>
background-color css
<style>
a { background-color: #683FAA; }
a { background-color: rgb(104,63,170); }
div.DivClassName
{
background-color: #683FAA;
}
.BgClassName
{
background-color: #683FAA;
}
</style>
border-color css
<style>
span { border-color: #683FAA; }
span { border-color: rgb(104,63,170); }
td.TdClassName
{
border-color: #683FAA;
}
.TagClassName
{
border-color: #683FAA;
}
</style>