Shades of Royal Purple #682FA8
Tints of Royal Purple #682FA8
RGB
CMYK
RGB Variations
Color information
#682FA8 (or 0x682FA8) is known color: Royal Purple. HEX triplet: 68, 2F and A8. RGB value is (104,47,168). Sum of RGB (Red+Green+Blue) = 104+47+168=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 168 (66.02% from 255 or 52.66% from 319); Max value from RGB is 168 - color contains mainly: blue. Hex color #682FA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682FA8 is #97D057. Grayscale: #4D4D4D. Windows color (decimal): -9949272 or 11022184. OLE color: 11022184.
HSL color Cylindrical-coordinate representation of color #682FA8: hue angle of 268.26º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682FA8 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 47 | 168 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.34 |
| HSL | 268.26º | 0.56% | 0.42% | - |
| HSV(B) | 268.26º | 0.72% | 0.66% | - |
| XYZ | 13.79 | 7.8 | 37.82 | - |
| YUV | 77.84 | 178.88 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 168 | 0.38 | 0.72 | 0 | 0.34 | 268.26 | 0.56 | 0.42 |
| Hex | 68 | 2F | A8 | 26 | 48 | 0 | 22 | 10C | 38 | 2A |
| Octal | 150 | 57 | 250 | 46 | 110 | 0 | 42 | 414 | 70 | 52 |
| Binary | 1101000 | 101111 | 10101000 | 100110 | 1001000 | 0 | 100010 | 100001100 | 111000 | 101010 |
Color Harmonies of #682FA8
Complementary color
Monochromatic Colors of #682FA8
Black with #682FA8
Text Example
Text Example
White with #682FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FA8; }
p { color: rgb(104,47,168); }
H1.HeaderClassName
{
color: #682FA8;
}
.AnyTagClassName
{
color: #682FA8;
}
</style>
background-color css
<style>
a { background-color: #682FA8; }
a { background-color: rgb(104,47,168); }
div.DivClassName
{
background-color: #682FA8;
}
.BgClassName
{
background-color: #682FA8;
}
</style>
border-color css
<style>
span { border-color: #682FA8; }
span { border-color: rgb(104,47,168); }
td.TdClassName
{
border-color: #682FA8;
}
.TagClassName
{
border-color: #682FA8;
}
</style>