Shades of Royal Purple #682AA3
Tints of Royal Purple #682AA3
RGB
CMYK
RGB Variations
Color information
#682AA3 (or 0x682AA3) is known color: Royal Purple. HEX triplet: 68, 2A and A3. RGB value is (104,42,163). Sum of RGB (Red+Green+Blue) = 104+42+163=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #682AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682AA3 is #97D55C. Grayscale: #494949. Windows color (decimal): -9950557 or 10693224. OLE color: 10693224.
HSL color Cylindrical-coordinate representation of color #682AA3: hue angle of 270.74º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682AA3 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 42 | 163 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.36 |
| HSL | 270.74º | 0.59% | 0.4% | - |
| HSV(B) | 270.74º | 0.74% | 0.64% | - |
| XYZ | 13.15 | 7.24 | 35.36 | - |
| YUV | 74.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 163 | 0.36 | 0.74 | 0 | 0.36 | 270.74 | 0.59 | 0.4 |
| Hex | 68 | 2A | A3 | 24 | 4A | 0 | 24 | 10F | 3B | 28 |
| Octal | 150 | 52 | 243 | 44 | 112 | 0 | 44 | 417 | 73 | 50 |
| Binary | 1101000 | 101010 | 10100011 | 100100 | 1001010 | 0 | 100100 | 100001111 | 111011 | 101000 |
Color Harmonies of #682AA3
Complementary color
Monochromatic Colors of #682AA3
Black with #682AA3
Text Example
Text Example
White with #682AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682AA3; }
p { color: rgb(104,42,163); }
H1.HeaderClassName
{
color: #682AA3;
}
.AnyTagClassName
{
color: #682AA3;
}
</style>
background-color css
<style>
a { background-color: #682AA3; }
a { background-color: rgb(104,42,163); }
div.DivClassName
{
background-color: #682AA3;
}
.BgClassName
{
background-color: #682AA3;
}
</style>
border-color css
<style>
span { border-color: #682AA3; }
span { border-color: rgb(104,42,163); }
td.TdClassName
{
border-color: #682AA3;
}
.TagClassName
{
border-color: #682AA3;
}
</style>