Shades of Royal Purple #682FA6
Tints of Royal Purple #682FA6
RGB
CMYK
RGB Variations
Color information
#682FA6 (or 0x682FA6) is known color: Royal Purple. HEX triplet: 68, 2F and A6. RGB value is (104,47,166). Sum of RGB (Red+Green+Blue) = 104+47+166=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 166 (65.23% from 255 or 52.37% from 317); Max value from RGB is 166 - color contains mainly: blue. Hex color #682FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682FA6 is #97D059. Grayscale: #4D4D4D. Windows color (decimal): -9949274 or 10891112. OLE color: 10891112.
HSL color Cylindrical-coordinate representation of color #682FA6: hue angle of 268.74º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682FA6 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 47 | 166 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.35 |
| HSL | 268.74º | 0.56% | 0.42% | - |
| HSV(B) | 268.74º | 0.72% | 0.65% | - |
| XYZ | 13.61 | 7.73 | 36.85 | - |
| YUV | 77.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 166 | 0.37 | 0.72 | 0 | 0.35 | 268.74 | 0.56 | 0.42 |
| Hex | 68 | 2F | A6 | 25 | 48 | 0 | 23 | 10D | 38 | 2A |
| Octal | 150 | 57 | 246 | 45 | 110 | 0 | 43 | 415 | 70 | 52 |
| Binary | 1101000 | 101111 | 10100110 | 100101 | 1001000 | 0 | 100011 | 100001101 | 111000 | 101010 |
Color Harmonies of #682FA6
Complementary color
Monochromatic Colors of #682FA6
Black with #682FA6
Text Example
Text Example
White with #682FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FA6; }
p { color: rgb(104,47,166); }
H1.HeaderClassName
{
color: #682FA6;
}
.AnyTagClassName
{
color: #682FA6;
}
</style>
background-color css
<style>
a { background-color: #682FA6; }
a { background-color: rgb(104,47,166); }
div.DivClassName
{
background-color: #682FA6;
}
.BgClassName
{
background-color: #682FA6;
}
</style>
border-color css
<style>
span { border-color: #682FA6; }
span { border-color: rgb(104,47,166); }
td.TdClassName
{
border-color: #682FA6;
}
.TagClassName
{
border-color: #682FA6;
}
</style>