Shades of Royal Purple #683AA4
Tints of Royal Purple #683AA4
RGB
CMYK
RGB Variations
Color information
#683AA4 (or 0x683AA4) is known color: Royal Purple. HEX triplet: 68, 3A and A4. RGB value is (104,58,164). Sum of RGB (Red+Green+Blue) = 104+58+164=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #683AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683AA4 is #97C55B. Grayscale: #535353. Windows color (decimal): -9946460 or 10762856. OLE color: 10762856.
HSL color Cylindrical-coordinate representation of color #683AA4: hue angle of 266.04º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #683AA4 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 58 | 164 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.36 |
| HSL | 266.04º | 0.48% | 0.44% | - |
| HSV(B) | 266.04º | 0.65% | 0.64% | - |
| XYZ | 13.92 | 8.65 | 36.06 | - |
| YUV | 83.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 164 | 0.37 | 0.65 | 0 | 0.36 | 266.04 | 0.48 | 0.44 |
| Hex | 68 | 3A | A4 | 25 | 41 | 0 | 24 | 10A | 30 | 2C |
| Octal | 150 | 72 | 244 | 45 | 101 | 0 | 44 | 412 | 60 | 54 |
| Binary | 1101000 | 111010 | 10100100 | 100101 | 1000001 | 0 | 100100 | 100001010 | 110000 | 101100 |
Color Harmonies of #683AA4
Complementary color
Monochromatic Colors of #683AA4
Black with #683AA4
Text Example
Text Example
White with #683AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683AA4; }
p { color: rgb(104,58,164); }
H1.HeaderClassName
{
color: #683AA4;
}
.AnyTagClassName
{
color: #683AA4;
}
</style>
background-color css
<style>
a { background-color: #683AA4; }
a { background-color: rgb(104,58,164); }
div.DivClassName
{
background-color: #683AA4;
}
.BgClassName
{
background-color: #683AA4;
}
</style>
border-color css
<style>
span { border-color: #683AA4; }
span { border-color: rgb(104,58,164); }
td.TdClassName
{
border-color: #683AA4;
}
.TagClassName
{
border-color: #683AA4;
}
</style>