Shades of Royal Purple #682DA3
Tints of Royal Purple #682DA3
RGB
CMYK
RGB Variations
Color information
#682DA3 (or 0x682DA3) is known color: Royal Purple. HEX triplet: 68, 2D and A3. RGB value is (104,45,163). Sum of RGB (Red+Green+Blue) = 104+45+163=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #682DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682DA3 is #97D25C. Grayscale: #4B4B4B. Windows color (decimal): -9949789 or 10693992. OLE color: 10693992.
HSL color Cylindrical-coordinate representation of color #682DA3: hue angle of 270º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682DA3 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 45 | 163 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.36 |
| HSL | 270º | 0.57% | 0.41% | - |
| HSV(B) | 270º | 0.72% | 0.64% | - |
| XYZ | 13.26 | 7.46 | 35.39 | - |
| YUV | 76.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 163 | 0.36 | 0.72 | 0 | 0.36 | 270 | 0.57 | 0.41 |
| Hex | 68 | 2D | A3 | 24 | 48 | 0 | 24 | 10E | 39 | 29 |
| Octal | 150 | 55 | 243 | 44 | 110 | 0 | 44 | 416 | 71 | 51 |
| Binary | 1101000 | 101101 | 10100011 | 100100 | 1001000 | 0 | 100100 | 100001110 | 111001 | 101001 |
Color Harmonies of #682DA3
Complementary color
Monochromatic Colors of #682DA3
Black with #682DA3
Text Example
Text Example
White with #682DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DA3; }
p { color: rgb(104,45,163); }
H1.HeaderClassName
{
color: #682DA3;
}
.AnyTagClassName
{
color: #682DA3;
}
</style>
background-color css
<style>
a { background-color: #682DA3; }
a { background-color: rgb(104,45,163); }
div.DivClassName
{
background-color: #682DA3;
}
.BgClassName
{
background-color: #682DA3;
}
</style>
border-color css
<style>
span { border-color: #682DA3; }
span { border-color: rgb(104,45,163); }
td.TdClassName
{
border-color: #682DA3;
}
.TagClassName
{
border-color: #682DA3;
}
</style>