Shades of Royal Purple #6838AB
Tints of Royal Purple #6838AB
RGB
CMYK
RGB Variations
Color information
#6838AB (or 0x6838AB) is known color: Royal Purple. HEX triplet: 68, 38 and AB. RGB value is (104,56,171). Sum of RGB (Red+Green+Blue) = 104+56+171=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #6838AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6838AB is #97C754. Grayscale: #535353. Windows color (decimal): -9946965 or 11221096. OLE color: 11221096.
HSL color Cylindrical-coordinate representation of color #6838AB: hue angle of 265.04º 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 #6838AB is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 56 | 171 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.33 |
| HSL | 265.04º | 0.51% | 0.45% | - |
| HSV(B) | 265.04º | 0.67% | 0.67% | - |
| XYZ | 14.47 | 8.71 | 39.45 | - |
| YUV | 83.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 171 | 0.39 | 0.67 | 0 | 0.33 | 265.04 | 0.51 | 0.45 |
| Hex | 68 | 38 | AB | 27 | 43 | 0 | 21 | 109 | 33 | 2D |
| Octal | 150 | 70 | 253 | 47 | 103 | 0 | 41 | 411 | 63 | 55 |
| Binary | 1101000 | 111000 | 10101011 | 100111 | 1000011 | 0 | 100001 | 100001001 | 110011 | 101101 |
Color Harmonies of #6838AB
Complementary color
Monochromatic Colors of #6838AB
Black with #6838AB
Text Example
Text Example
White with #6838AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838AB; }
p { color: rgb(104,56,171); }
H1.HeaderClassName
{
color: #6838AB;
}
.AnyTagClassName
{
color: #6838AB;
}
</style>
background-color css
<style>
a { background-color: #6838AB; }
a { background-color: rgb(104,56,171); }
div.DivClassName
{
background-color: #6838AB;
}
.BgClassName
{
background-color: #6838AB;
}
</style>
border-color css
<style>
span { border-color: #6838AB; }
span { border-color: rgb(104,56,171); }
td.TdClassName
{
border-color: #6838AB;
}
.TagClassName
{
border-color: #6838AB;
}
</style>