Shades of Royal Purple #6842AF
Tints of Royal Purple #6842AF
RGB
CMYK
RGB Variations
Color information
#6842AF (or 0x6842AF) is known color: Royal Purple. HEX triplet: 68, 42 and AF. RGB value is (104,66,175). Sum of RGB (Red+Green+Blue) = 104+66+175=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #6842AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6842AF is #97BD50. Grayscale: #595959. Windows color (decimal): -9944401 or 11485800. OLE color: 11485800.
HSL color Cylindrical-coordinate representation of color #6842AF: hue angle of 260.92º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6842AF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 66 | 175 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.31 |
| HSL | 260.92º | 0.45% | 0.47% | - |
| HSV(B) | 260.92º | 0.62% | 0.69% | - |
| XYZ | 15.4 | 9.93 | 41.66 | - |
| YUV | 89.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 175 | 0.41 | 0.62 | 0 | 0.31 | 260.92 | 0.45 | 0.47 |
| Hex | 68 | 42 | AF | 29 | 3E | 0 | 1F | 105 | 2D | 2F |
| Octal | 150 | 102 | 257 | 51 | 76 | 0 | 37 | 405 | 55 | 57 |
| Binary | 1101000 | 1000010 | 10101111 | 101001 | 111110 | 0 | 11111 | 100000101 | 101101 | 101111 |
Color Harmonies of #6842AF
Complementary color
Monochromatic Colors of #6842AF
Black with #6842AF
Text Example
Text Example
White with #6842AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6842AF; }
p { color: rgb(104,66,175); }
H1.HeaderClassName
{
color: #6842AF;
}
.AnyTagClassName
{
color: #6842AF;
}
</style>
background-color css
<style>
a { background-color: #6842AF; }
a { background-color: rgb(104,66,175); }
div.DivClassName
{
background-color: #6842AF;
}
.BgClassName
{
background-color: #6842AF;
}
</style>
border-color css
<style>
span { border-color: #6842AF; }
span { border-color: rgb(104,66,175); }
td.TdClassName
{
border-color: #6842AF;
}
.TagClassName
{
border-color: #6842AF;
}
</style>