Shades of Royal Purple #6835A7
Tints of Royal Purple #6835A7
RGB
CMYK
RGB Variations
Color information
#6835A7 (or 0x6835A7) is known color: Royal Purple. HEX triplet: 68, 35 and A7. RGB value is (104,53,167). Sum of RGB (Red+Green+Blue) = 104+53+167=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #6835A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6835A7 is #97CA58. Grayscale: #505050. Windows color (decimal): -9947737 or 10958184. OLE color: 10958184.
HSL color Cylindrical-coordinate representation of color #6835A7: hue angle of 266.84º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6835A7 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 53 | 167 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.35 |
| HSL | 266.84º | 0.52% | 0.43% | - |
| HSV(B) | 266.84º | 0.68% | 0.65% | - |
| XYZ | 13.96 | 8.28 | 37.42 | - |
| YUV | 81.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 167 | 0.38 | 0.68 | 0 | 0.35 | 266.84 | 0.52 | 0.43 |
| Hex | 68 | 35 | A7 | 26 | 44 | 0 | 23 | 10B | 34 | 2B |
| Octal | 150 | 65 | 247 | 46 | 104 | 0 | 43 | 413 | 64 | 53 |
| Binary | 1101000 | 110101 | 10100111 | 100110 | 1000100 | 0 | 100011 | 100001011 | 110100 | 101011 |
Color Harmonies of #6835A7
Complementary color
Monochromatic Colors of #6835A7
Black with #6835A7
Text Example
Text Example
White with #6835A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835A7; }
p { color: rgb(104,53,167); }
H1.HeaderClassName
{
color: #6835A7;
}
.AnyTagClassName
{
color: #6835A7;
}
</style>
background-color css
<style>
a { background-color: #6835A7; }
a { background-color: rgb(104,53,167); }
div.DivClassName
{
background-color: #6835A7;
}
.BgClassName
{
background-color: #6835A7;
}
</style>
border-color css
<style>
span { border-color: #6835A7; }
span { border-color: rgb(104,53,167); }
td.TdClassName
{
border-color: #6835A7;
}
.TagClassName
{
border-color: #6835A7;
}
</style>