Shades of Royal Purple #6E3DB5
Tints of Royal Purple #6E3DB5
RGB
CMYK
RGB Variations
Color information
#6E3DB5 (or 0x6E3DB5) is known color: Royal Purple. HEX triplet: 6E, 3D and B5. RGB value is (110,61,181). Sum of RGB (Red+Green+Blue) = 110+61+181=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E3DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DB5 is #91C24A. Grayscale: #585858. Windows color (decimal): -9552459 or 11877742. OLE color: 11877742.
HSL color Cylindrical-coordinate representation of color #6E3DB5: hue angle of 264.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3DB5 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 61 | 181 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.29 |
| HSL | 264.5º | 0.5% | 0.47% | - |
| HSV(B) | 264.5º | 0.66% | 0.71% | - |
| XYZ | 16.44 | 9.99 | 44.78 | - |
| YUV | 89.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 181 | 0.39 | 0.66 | 0 | 0.29 | 264.5 | 0.5 | 0.47 |
| Hex | 6E | 3D | B5 | 27 | 42 | 0 | 1D | 108 | 32 | 2F |
| Octal | 156 | 75 | 265 | 47 | 102 | 0 | 35 | 410 | 62 | 57 |
| Binary | 1101110 | 111101 | 10110101 | 100111 | 1000010 | 0 | 11101 | 100001000 | 110010 | 101111 |
Color Harmonies of #6E3DB5
Complementary color
Monochromatic Colors of #6E3DB5
Black with #6E3DB5
Text Example
Text Example
White with #6E3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3DB5; }
p { color: rgb(110,61,181); }
H1.HeaderClassName
{
color: #6E3DB5;
}
.AnyTagClassName
{
color: #6E3DB5;
}
</style>
background-color css
<style>
a { background-color: #6E3DB5; }
a { background-color: rgb(110,61,181); }
div.DivClassName
{
background-color: #6E3DB5;
}
.BgClassName
{
background-color: #6E3DB5;
}
</style>
border-color css
<style>
span { border-color: #6E3DB5; }
span { border-color: rgb(110,61,181); }
td.TdClassName
{
border-color: #6E3DB5;
}
.TagClassName
{
border-color: #6E3DB5;
}
</style>