Shades of Royal Purple #6D38AB
Tints of Royal Purple #6D38AB
RGB
CMYK
RGB Variations
Color information
#6D38AB (or 0x6D38AB) is known color: Royal Purple. HEX triplet: 6D, 38 and AB. RGB value is (109,56,171). Sum of RGB (Red+Green+Blue) = 109+56+171=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D38AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D38AB is #92C754. Grayscale: #545454. Windows color (decimal): -9619285 or 11221101. OLE color: 11221101.
HSL color Cylindrical-coordinate representation of color #6D38AB: hue angle of 267.65º 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 #6D38AB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 56 | 171 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.33 |
| HSL | 267.65º | 0.51% | 0.45% | - |
| HSV(B) | 267.65º | 0.67% | 0.67% | - |
| XYZ | 15.07 | 9.02 | 39.47 | - |
| YUV | 84.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 171 | 0.36 | 0.67 | 0 | 0.33 | 267.65 | 0.51 | 0.45 |
| Hex | 6D | 38 | AB | 24 | 43 | 0 | 21 | 10C | 33 | 2D |
| Octal | 155 | 70 | 253 | 44 | 103 | 0 | 41 | 414 | 63 | 55 |
| Binary | 1101101 | 111000 | 10101011 | 100100 | 1000011 | 0 | 100001 | 100001100 | 110011 | 101101 |
Color Harmonies of #6D38AB
Complementary color
Monochromatic Colors of #6D38AB
Black with #6D38AB
Text Example
Text Example
White with #6D38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D38AB; }
p { color: rgb(109,56,171); }
H1.HeaderClassName
{
color: #6D38AB;
}
.AnyTagClassName
{
color: #6D38AB;
}
</style>
background-color css
<style>
a { background-color: #6D38AB; }
a { background-color: rgb(109,56,171); }
div.DivClassName
{
background-color: #6D38AB;
}
.BgClassName
{
background-color: #6D38AB;
}
</style>
border-color css
<style>
span { border-color: #6D38AB; }
span { border-color: rgb(109,56,171); }
td.TdClassName
{
border-color: #6D38AB;
}
.TagClassName
{
border-color: #6D38AB;
}
</style>