Shades of Royal Purple #683A9C
Tints of Royal Purple #683A9C
RGB
CMYK
RGB Variations
Color information
#683A9C (or 0x683A9C) is known color: Royal Purple. HEX triplet: 68, 3A and 9C. RGB value is (104,58,156). Sum of RGB (Red+Green+Blue) = 104+58+156=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #683A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683A9C is #97C563. Grayscale: #525252. Windows color (decimal): -9946468 or 10238568. OLE color: 10238568.
HSL color Cylindrical-coordinate representation of color #683A9C: hue angle of 268.16º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683A9C is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 58 | 156 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.39 |
| HSL | 268.16º | 0.46% | 0.42% | - |
| HSV(B) | 268.16º | 0.63% | 0.61% | - |
| XYZ | 13.22 | 8.37 | 32.37 | - |
| YUV | 82.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 156 | 0.33 | 0.63 | 0 | 0.39 | 268.16 | 0.46 | 0.42 |
| Hex | 68 | 3A | 9C | 21 | 3F | 0 | 27 | 10C | 2E | 2A |
| Octal | 150 | 72 | 234 | 41 | 77 | 0 | 47 | 414 | 56 | 52 |
| Binary | 1101000 | 111010 | 10011100 | 100001 | 111111 | 0 | 100111 | 100001100 | 101110 | 101010 |
Color Harmonies of #683A9C
Complementary color
Monochromatic Colors of #683A9C
Black with #683A9C
Text Example
Text Example
White with #683A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A9C; }
p { color: rgb(104,58,156); }
H1.HeaderClassName
{
color: #683A9C;
}
.AnyTagClassName
{
color: #683A9C;
}
</style>
background-color css
<style>
a { background-color: #683A9C; }
a { background-color: rgb(104,58,156); }
div.DivClassName
{
background-color: #683A9C;
}
.BgClassName
{
background-color: #683A9C;
}
</style>
border-color css
<style>
span { border-color: #683A9C; }
span { border-color: rgb(104,58,156); }
td.TdClassName
{
border-color: #683A9C;
}
.TagClassName
{
border-color: #683A9C;
}
</style>