Shades of Royal Purple #6836AE
Tints of Royal Purple #6836AE
RGB
CMYK
RGB Variations
Color information
#6836AE (or 0x6836AE) is known color: Royal Purple. HEX triplet: 68, 36 and AE. RGB value is (104,54,174). Sum of RGB (Red+Green+Blue) = 104+54+174=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #6836AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6836AE is #97C951. Grayscale: #525252. Windows color (decimal): -9947474 or 11417192. OLE color: 11417192.
HSL color Cylindrical-coordinate representation of color #6836AE: hue angle of 265º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6836AE is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 54 | 174 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.32 |
| HSL | 265º | 0.53% | 0.45% | - |
| HSV(B) | 265º | 0.69% | 0.68% | - |
| XYZ | 14.67 | 8.64 | 40.94 | - |
| YUV | 82.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 174 | 0.40 | 0.69 | 0 | 0.32 | 265 | 0.53 | 0.45 |
| Hex | 68 | 36 | AE | 28 | 45 | 0 | 20 | 109 | 35 | 2D |
| Octal | 150 | 66 | 256 | 50 | 105 | 0 | 40 | 411 | 65 | 55 |
| Binary | 1101000 | 110110 | 10101110 | 101000 | 1000101 | 0 | 100000 | 100001001 | 110101 | 101101 |
Color Harmonies of #6836AE
Complementary color
Monochromatic Colors of #6836AE
Black with #6836AE
Text Example
Text Example
White with #6836AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6836AE; }
p { color: rgb(104,54,174); }
H1.HeaderClassName
{
color: #6836AE;
}
.AnyTagClassName
{
color: #6836AE;
}
</style>
background-color css
<style>
a { background-color: #6836AE; }
a { background-color: rgb(104,54,174); }
div.DivClassName
{
background-color: #6836AE;
}
.BgClassName
{
background-color: #6836AE;
}
</style>
border-color css
<style>
span { border-color: #6836AE; }
span { border-color: rgb(104,54,174); }
td.TdClassName
{
border-color: #6836AE;
}
.TagClassName
{
border-color: #6836AE;
}
</style>