Shades of Royal Purple #683F8F
Tints of Royal Purple #683F8F
RGB
CMYK
RGB Variations
Color information
#683F8F (or 0x683F8F) is known color: Royal Purple. HEX triplet: 68, 3F and 8F. RGB value is (104,63,143). Sum of RGB (Red+Green+Blue) = 104+63+143=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #683F8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683F8F is #97C070. Grayscale: #545454. Windows color (decimal): -9945201 or 9387880. OLE color: 9387880.
HSL color Cylindrical-coordinate representation of color #683F8F: hue angle of 270.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683F8F is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 63 | 143 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.44 |
| HSL | 270.75º | 0.39% | 0.4% | - |
| HSV(B) | 270.75º | 0.56% | 0.56% | - |
| XYZ | 12.44 | 8.48 | 26.97 | - |
| YUV | 84.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 143 | 0.27 | 0.56 | 0 | 0.44 | 270.75 | 0.39 | 0.4 |
| Hex | 68 | 3F | 8F | 1B | 38 | 0 | 2C | 10F | 27 | 28 |
| Octal | 150 | 77 | 217 | 33 | 70 | 0 | 54 | 417 | 47 | 50 |
| Binary | 1101000 | 111111 | 10001111 | 11011 | 111000 | 0 | 101100 | 100001111 | 100111 | 101000 |
Color Harmonies of #683F8F
Complementary color
Monochromatic Colors of #683F8F
Black with #683F8F
Text Example
Text Example
White with #683F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F8F; }
p { color: rgb(104,63,143); }
H1.HeaderClassName
{
color: #683F8F;
}
.AnyTagClassName
{
color: #683F8F;
}
</style>
background-color css
<style>
a { background-color: #683F8F; }
a { background-color: rgb(104,63,143); }
div.DivClassName
{
background-color: #683F8F;
}
.BgClassName
{
background-color: #683F8F;
}
</style>
border-color css
<style>
span { border-color: #683F8F; }
span { border-color: rgb(104,63,143); }
td.TdClassName
{
border-color: #683F8F;
}
.TagClassName
{
border-color: #683F8F;
}
</style>