Shades of Royal Purple #683AAB
Tints of Royal Purple #683AAB
RGB
CMYK
RGB Variations
Color information
#683AAB (or 0x683AAB) is known color: Royal Purple. HEX triplet: 68, 3A and AB. RGB value is (104,58,171). Sum of RGB (Red+Green+Blue) = 104+58+171=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #683AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683AAB is #97C554. Grayscale: #545454. Windows color (decimal): -9946453 or 11221608. OLE color: 11221608.
HSL color Cylindrical-coordinate representation of color #683AAB: hue angle of 264.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683AAB is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 58 | 171 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.33 |
| HSL | 264.42º | 0.49% | 0.45% | - |
| HSV(B) | 264.42º | 0.66% | 0.67% | - |
| XYZ | 14.57 | 8.91 | 39.48 | - |
| YUV | 84.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 171 | 0.39 | 0.66 | 0 | 0.33 | 264.42 | 0.49 | 0.45 |
| Hex | 68 | 3A | AB | 27 | 42 | 0 | 21 | 108 | 31 | 2D |
| Octal | 150 | 72 | 253 | 47 | 102 | 0 | 41 | 410 | 61 | 55 |
| Binary | 1101000 | 111010 | 10101011 | 100111 | 1000010 | 0 | 100001 | 100001000 | 110001 | 101101 |
Color Harmonies of #683AAB
Complementary color
Monochromatic Colors of #683AAB
Black with #683AAB
Text Example
Text Example
White with #683AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AAB; }
p { color: rgb(104,58,171); }
H1.HeaderClassName
{
color: #683AAB;
}
.AnyTagClassName
{
color: #683AAB;
}
</style>
background-color css
<style>
a { background-color: #683AAB; }
a { background-color: rgb(104,58,171); }
div.DivClassName
{
background-color: #683AAB;
}
.BgClassName
{
background-color: #683AAB;
}
</style>
border-color css
<style>
span { border-color: #683AAB; }
span { border-color: rgb(104,58,171); }
td.TdClassName
{
border-color: #683AAB;
}
.TagClassName
{
border-color: #683AAB;
}
</style>