Shades of Royal Purple #6E3DB3
Tints of Royal Purple #6E3DB3
RGB
CMYK
RGB Variations
Color information
#6E3DB3 (or 0x6E3DB3) is known color: Royal Purple. HEX triplet: 6E, 3D and B3. RGB value is (110,61,179). Sum of RGB (Red+Green+Blue) = 110+61+179=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E3DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DB3 is #91C24C. Grayscale: #585858. Windows color (decimal): -9552461 or 11746670. OLE color: 11746670.
HSL color Cylindrical-coordinate representation of color #6E3DB3: hue angle of 264.92º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3DB3 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 61 | 179 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.30 |
| HSL | 264.92º | 0.49% | 0.47% | - |
| HSV(B) | 264.92º | 0.66% | 0.7% | - |
| XYZ | 16.24 | 9.91 | 43.7 | - |
| YUV | 89.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 179 | 0.39 | 0.66 | 0 | 0.30 | 264.92 | 0.49 | 0.47 |
| Hex | 6E | 3D | B3 | 27 | 42 | 0 | 1E | 109 | 31 | 2F |
| Octal | 156 | 75 | 263 | 47 | 102 | 0 | 36 | 411 | 61 | 57 |
| Binary | 1101110 | 111101 | 10110011 | 100111 | 1000010 | 0 | 11110 | 100001001 | 110001 | 101111 |
Color Harmonies of #6E3DB3
Complementary color
Monochromatic Colors of #6E3DB3
Black with #6E3DB3
Text Example
Text Example
White with #6E3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3DB3; }
p { color: rgb(110,61,179); }
H1.HeaderClassName
{
color: #6E3DB3;
}
.AnyTagClassName
{
color: #6E3DB3;
}
</style>
background-color css
<style>
a { background-color: #6E3DB3; }
a { background-color: rgb(110,61,179); }
div.DivClassName
{
background-color: #6E3DB3;
}
.BgClassName
{
background-color: #6E3DB3;
}
</style>
border-color css
<style>
span { border-color: #6E3DB3; }
span { border-color: rgb(110,61,179); }
td.TdClassName
{
border-color: #6E3DB3;
}
.TagClassName
{
border-color: #6E3DB3;
}
</style>