Shades of Royal Purple #6823A0
Tints of Royal Purple #6823A0
RGB
CMYK
RGB Variations
Color information
#6823A0 (or 0x6823A0) is known color: Royal Purple. HEX triplet: 68, 23 and A0. RGB value is (104,35,160). Sum of RGB (Red+Green+Blue) = 104+35+160=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #6823A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6823A0 is #97DC5F. Grayscale: #454545. Windows color (decimal): -9952352 or 10494824. OLE color: 10494824.
HSL color Cylindrical-coordinate representation of color #6823A0: hue angle of 273.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6823A0 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 35 | 160 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.37 |
| HSL | 273.12º | 0.64% | 0.38% | - |
| HSV(B) | 273.12º | 0.78% | 0.63% | - |
| XYZ | 12.66 | 6.68 | 33.88 | - |
| YUV | 69.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 160 | 0.35 | 0.78 | 0 | 0.37 | 273.12 | 0.64 | 0.38 |
| Hex | 68 | 23 | A0 | 23 | 4E | 0 | 25 | 111 | 40 | 26 |
| Octal | 150 | 43 | 240 | 43 | 116 | 0 | 45 | 421 | 100 | 46 |
| Binary | 1101000 | 100011 | 10100000 | 100011 | 1001110 | 0 | 100101 | 100010001 | 1000000 | 100110 |
Color Harmonies of #6823A0
Complementary color
Monochromatic Colors of #6823A0
Black with #6823A0
Text Example
Text Example
White with #6823A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6823A0; }
p { color: rgb(104,35,160); }
H1.HeaderClassName
{
color: #6823A0;
}
.AnyTagClassName
{
color: #6823A0;
}
</style>
background-color css
<style>
a { background-color: #6823A0; }
a { background-color: rgb(104,35,160); }
div.DivClassName
{
background-color: #6823A0;
}
.BgClassName
{
background-color: #6823A0;
}
</style>
border-color css
<style>
span { border-color: #6823A0; }
span { border-color: rgb(104,35,160); }
td.TdClassName
{
border-color: #6823A0;
}
.TagClassName
{
border-color: #6823A0;
}
</style>