Shades of Royal Purple #683FA7
Tints of Royal Purple #683FA7
RGB
CMYK
RGB Variations
Color information
#683FA7 (or 0x683FA7) is known color: Royal Purple. HEX triplet: 68, 3F and A7. RGB value is (104,63,167). Sum of RGB (Red+Green+Blue) = 104+63+167=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #683FA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683FA7 is #97C058. Grayscale: #565656. Windows color (decimal): -9945177 or 10960744. OLE color: 10960744.
HSL color Cylindrical-coordinate representation of color #683FA7: hue angle of 263.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683FA7 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 63 | 167 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.35 |
| HSL | 263.65º | 0.45% | 0.45% | - |
| HSV(B) | 263.65º | 0.62% | 0.65% | - |
| XYZ | 14.46 | 9.29 | 37.59 | - |
| YUV | 87.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 167 | 0.38 | 0.62 | 0 | 0.35 | 263.65 | 0.45 | 0.45 |
| Hex | 68 | 3F | A7 | 26 | 3E | 0 | 23 | 108 | 2D | 2D |
| Octal | 150 | 77 | 247 | 46 | 76 | 0 | 43 | 410 | 55 | 55 |
| Binary | 1101000 | 111111 | 10100111 | 100110 | 111110 | 0 | 100011 | 100001000 | 101101 | 101101 |
Color Harmonies of #683FA7
Complementary color
Monochromatic Colors of #683FA7
Black with #683FA7
Text Example
Text Example
White with #683FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FA7; }
p { color: rgb(104,63,167); }
H1.HeaderClassName
{
color: #683FA7;
}
.AnyTagClassName
{
color: #683FA7;
}
</style>
background-color css
<style>
a { background-color: #683FA7; }
a { background-color: rgb(104,63,167); }
div.DivClassName
{
background-color: #683FA7;
}
.BgClassName
{
background-color: #683FA7;
}
</style>
border-color css
<style>
span { border-color: #683FA7; }
span { border-color: rgb(104,63,167); }
td.TdClassName
{
border-color: #683FA7;
}
.TagClassName
{
border-color: #683FA7;
}
</style>