Shades of Royal Purple #6833AE
Tints of Royal Purple #6833AE
RGB
CMYK
RGB Variations
Color information
#6833AE (or 0x6833AE) is known color: Royal Purple. HEX triplet: 68, 33 and AE. RGB value is (104,51,174). Sum of RGB (Red+Green+Blue) = 104+51+174=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #6833AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6833AE is #97CC51. Grayscale: #505050. Windows color (decimal): -9948242 or 11416424. OLE color: 11416424.
HSL color Cylindrical-coordinate representation of color #6833AE: hue angle of 265.85º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6833AE is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 51 | 174 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.32 |
| HSL | 265.85º | 0.55% | 0.44% | - |
| HSV(B) | 265.85º | 0.71% | 0.68% | - |
| XYZ | 14.53 | 8.37 | 40.89 | - |
| YUV | 80.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 174 | 0.40 | 0.71 | 0 | 0.32 | 265.85 | 0.55 | 0.44 |
| Hex | 68 | 33 | AE | 28 | 47 | 0 | 20 | 10A | 37 | 2C |
| Octal | 150 | 63 | 256 | 50 | 107 | 0 | 40 | 412 | 67 | 54 |
| Binary | 1101000 | 110011 | 10101110 | 101000 | 1000111 | 0 | 100000 | 100001010 | 110111 | 101100 |
Color Harmonies of #6833AE
Complementary color
Monochromatic Colors of #6833AE
Black with #6833AE
Text Example
Text Example
White with #6833AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6833AE; }
p { color: rgb(104,51,174); }
H1.HeaderClassName
{
color: #6833AE;
}
.AnyTagClassName
{
color: #6833AE;
}
</style>
background-color css
<style>
a { background-color: #6833AE; }
a { background-color: rgb(104,51,174); }
div.DivClassName
{
background-color: #6833AE;
}
.BgClassName
{
background-color: #6833AE;
}
</style>
border-color css
<style>
span { border-color: #6833AE; }
span { border-color: rgb(104,51,174); }
td.TdClassName
{
border-color: #6833AE;
}
.TagClassName
{
border-color: #6833AE;
}
</style>