Shades of Royal Purple #6838AC
Tints of Royal Purple #6838AC
RGB
CMYK
RGB Variations
Color information
#6838AC (or 0x6838AC) is known color: Royal Purple. HEX triplet: 68, 38 and AC. RGB value is (104,56,172). Sum of RGB (Red+Green+Blue) = 104+56+172=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #6838AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6838AC is #97C753. Grayscale: #535353. Windows color (decimal): -9946964 or 11286632. OLE color: 11286632.
HSL color Cylindrical-coordinate representation of color #6838AC: hue angle of 264.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6838AC is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 56 | 172 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.33 |
| HSL | 264.83º | 0.51% | 0.45% | - |
| HSV(B) | 264.83º | 0.67% | 0.67% | - |
| XYZ | 14.57 | 8.75 | 39.95 | - |
| YUV | 83.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 172 | 0.40 | 0.67 | 0 | 0.33 | 264.83 | 0.51 | 0.45 |
| Hex | 68 | 38 | AC | 28 | 43 | 0 | 21 | 109 | 33 | 2D |
| Octal | 150 | 70 | 254 | 50 | 103 | 0 | 41 | 411 | 63 | 55 |
| Binary | 1101000 | 111000 | 10101100 | 101000 | 1000011 | 0 | 100001 | 100001001 | 110011 | 101101 |
Color Harmonies of #6838AC
Complementary color
Monochromatic Colors of #6838AC
Black with #6838AC
Text Example
Text Example
White with #6838AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838AC; }
p { color: rgb(104,56,172); }
H1.HeaderClassName
{
color: #6838AC;
}
.AnyTagClassName
{
color: #6838AC;
}
</style>
background-color css
<style>
a { background-color: #6838AC; }
a { background-color: rgb(104,56,172); }
div.DivClassName
{
background-color: #6838AC;
}
.BgClassName
{
background-color: #6838AC;
}
</style>
border-color css
<style>
span { border-color: #6838AC; }
span { border-color: rgb(104,56,172); }
td.TdClassName
{
border-color: #6838AC;
}
.TagClassName
{
border-color: #6838AC;
}
</style>