Shades of Royal Purple #683FB2
Tints of Royal Purple #683FB2
RGB
CMYK
RGB Variations
Color information
#683FB2 (or 0x683FB2) is known color: Royal Purple. HEX triplet: 68, 3F and B2. RGB value is (104,63,178). Sum of RGB (Red+Green+Blue) = 104+63+178=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #683FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683FB2 is #97C04D. Grayscale: #575757. Windows color (decimal): -9945166 or 11681640. OLE color: 11681640.
HSL color Cylindrical-coordinate representation of color #683FB2: hue angle of 261.39º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #683FB2 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 63 | 178 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.30 |
| HSL | 261.39º | 0.48% | 0.47% | - |
| HSV(B) | 261.39º | 0.65% | 0.7% | - |
| XYZ | 15.52 | 9.71 | 43.18 | - |
| YUV | 88.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 178 | 0.42 | 0.65 | 0 | 0.30 | 261.39 | 0.48 | 0.47 |
| Hex | 68 | 3F | B2 | 2A | 41 | 0 | 1E | 105 | 30 | 2F |
| Octal | 150 | 77 | 262 | 52 | 101 | 0 | 36 | 405 | 60 | 57 |
| Binary | 1101000 | 111111 | 10110010 | 101010 | 1000001 | 0 | 11110 | 100000101 | 110000 | 101111 |
Color Harmonies of #683FB2
Complementary color
Monochromatic Colors of #683FB2
Black with #683FB2
Text Example
Text Example
White with #683FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FB2; }
p { color: rgb(104,63,178); }
H1.HeaderClassName
{
color: #683FB2;
}
.AnyTagClassName
{
color: #683FB2;
}
</style>
background-color css
<style>
a { background-color: #683FB2; }
a { background-color: rgb(104,63,178); }
div.DivClassName
{
background-color: #683FB2;
}
.BgClassName
{
background-color: #683FB2;
}
</style>
border-color css
<style>
span { border-color: #683FB2; }
span { border-color: rgb(104,63,178); }
td.TdClassName
{
border-color: #683FB2;
}
.TagClassName
{
border-color: #683FB2;
}
</style>