Shades of Royal Purple #6835AF
Tints of Royal Purple #6835AF
RGB
CMYK
RGB Variations
Color information
#6835AF (or 0x6835AF) is known color: Royal Purple. HEX triplet: 68, 35 and AF. RGB value is (104,53,175). Sum of RGB (Red+Green+Blue) = 104+53+175=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #6835AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6835AF is #97CA50. Grayscale: #515151. Windows color (decimal): -9947729 or 11482472. OLE color: 11482472.
HSL color Cylindrical-coordinate representation of color #6835AF: hue angle of 265.08º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6835AF is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 53 | 175 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.31 |
| HSL | 265.08º | 0.54% | 0.45% | - |
| HSV(B) | 265.08º | 0.7% | 0.69% | - |
| XYZ | 14.72 | 8.58 | 41.44 | - |
| YUV | 82.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 175 | 0.41 | 0.70 | 0 | 0.31 | 265.08 | 0.54 | 0.45 |
| Hex | 68 | 35 | AF | 29 | 46 | 0 | 1F | 109 | 36 | 2D |
| Octal | 150 | 65 | 257 | 51 | 106 | 0 | 37 | 411 | 66 | 55 |
| Binary | 1101000 | 110101 | 10101111 | 101001 | 1000110 | 0 | 11111 | 100001001 | 110110 | 101101 |
Color Harmonies of #6835AF
Complementary color
Monochromatic Colors of #6835AF
Black with #6835AF
Text Example
Text Example
White with #6835AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835AF; }
p { color: rgb(104,53,175); }
H1.HeaderClassName
{
color: #6835AF;
}
.AnyTagClassName
{
color: #6835AF;
}
</style>
background-color css
<style>
a { background-color: #6835AF; }
a { background-color: rgb(104,53,175); }
div.DivClassName
{
background-color: #6835AF;
}
.BgClassName
{
background-color: #6835AF;
}
</style>
border-color css
<style>
span { border-color: #6835AF; }
span { border-color: rgb(104,53,175); }
td.TdClassName
{
border-color: #6835AF;
}
.TagClassName
{
border-color: #6835AF;
}
</style>