Shades of Royal Purple #682FA4
Tints of Royal Purple #682FA4
RGB
CMYK
RGB Variations
Color information
#682FA4 (or 0x682FA4) is known color: Royal Purple. HEX triplet: 68, 2F and A4. RGB value is (104,47,164). Sum of RGB (Red+Green+Blue) = 104+47+164=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #682FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682FA4 is #97D05B. Grayscale: #4C4C4C. Windows color (decimal): -9949276 or 10760040. OLE color: 10760040.
HSL color Cylindrical-coordinate representation of color #682FA4: hue angle of 269.23º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682FA4 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 47 | 164 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.36 |
| HSL | 269.23º | 0.55% | 0.41% | - |
| HSV(B) | 269.23º | 0.71% | 0.64% | - |
| XYZ | 13.43 | 7.66 | 35.89 | - |
| YUV | 77.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 164 | 0.37 | 0.71 | 0 | 0.36 | 269.23 | 0.55 | 0.41 |
| Hex | 68 | 2F | A4 | 25 | 47 | 0 | 24 | 10D | 37 | 29 |
| Octal | 150 | 57 | 244 | 45 | 107 | 0 | 44 | 415 | 67 | 51 |
| Binary | 1101000 | 101111 | 10100100 | 100101 | 1000111 | 0 | 100100 | 100001101 | 110111 | 101001 |
Color Harmonies of #682FA4
Complementary color
Monochromatic Colors of #682FA4
Black with #682FA4
Text Example
Text Example
White with #682FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FA4; }
p { color: rgb(104,47,164); }
H1.HeaderClassName
{
color: #682FA4;
}
.AnyTagClassName
{
color: #682FA4;
}
</style>
background-color css
<style>
a { background-color: #682FA4; }
a { background-color: rgb(104,47,164); }
div.DivClassName
{
background-color: #682FA4;
}
.BgClassName
{
background-color: #682FA4;
}
</style>
border-color css
<style>
span { border-color: #682FA4; }
span { border-color: rgb(104,47,164); }
td.TdClassName
{
border-color: #682FA4;
}
.TagClassName
{
border-color: #682FA4;
}
</style>