Shades of Royal Purple #683AAF
Tints of Royal Purple #683AAF
RGB
CMYK
RGB Variations
Color information
#683AAF (or 0x683AAF) is known color: Royal Purple. HEX triplet: 68, 3A and AF. RGB value is (104,58,175). Sum of RGB (Red+Green+Blue) = 104+58+175=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #683AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683AAF is #97C550. Grayscale: #545454. Windows color (decimal): -9946449 or 11483752. OLE color: 11483752.
HSL color Cylindrical-coordinate representation of color #683AAF: hue angle of 263.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #683AAF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 58 | 175 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.31 |
| HSL | 263.59º | 0.5% | 0.46% | - |
| HSV(B) | 263.59º | 0.67% | 0.69% | - |
| XYZ | 14.96 | 9.06 | 41.52 | - |
| YUV | 85.09 | 178.74 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 175 | 0.41 | 0.67 | 0 | 0.31 | 263.59 | 0.5 | 0.46 |
| Hex | 68 | 3A | AF | 29 | 43 | 0 | 1F | 108 | 32 | 2E |
| Octal | 150 | 72 | 257 | 51 | 103 | 0 | 37 | 410 | 62 | 56 |
| Binary | 1101000 | 111010 | 10101111 | 101001 | 1000011 | 0 | 11111 | 100001000 | 110010 | 101110 |
Color Harmonies of #683AAF
Complementary color
Monochromatic Colors of #683AAF
Black with #683AAF
Text Example
Text Example
White with #683AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AAF; }
p { color: rgb(104,58,175); }
H1.HeaderClassName
{
color: #683AAF;
}
.AnyTagClassName
{
color: #683AAF;
}
</style>
background-color css
<style>
a { background-color: #683AAF; }
a { background-color: rgb(104,58,175); }
div.DivClassName
{
background-color: #683AAF;
}
.BgClassName
{
background-color: #683AAF;
}
</style>
border-color css
<style>
span { border-color: #683AAF; }
span { border-color: rgb(104,58,175); }
td.TdClassName
{
border-color: #683AAF;
}
.TagClassName
{
border-color: #683AAF;
}
</style>