Shades of Royal Purple #6B2DAB
Tints of Royal Purple #6B2DAB
RGB
CMYK
RGB Variations
Color information
#6B2DAB (or 0x6B2DAB) is known color: Royal Purple. HEX triplet: 6B, 2D and AB. RGB value is (107,45,171). Sum of RGB (Red+Green+Blue) = 107+45+171=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B2DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2DAB is #94D254. Grayscale: #4D4D4D. Windows color (decimal): -9753173 or 11218283. OLE color: 11218283.
HSL color Cylindrical-coordinate representation of color #6B2DAB: hue angle of 269.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B2DAB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 45 | 171 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.33 |
| HSL | 269.52º | 0.58% | 0.42% | - |
| HSV(B) | 269.52º | 0.74% | 0.67% | - |
| XYZ | 14.35 | 7.94 | 39.3 | - |
| YUV | 77.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 171 | 0.37 | 0.74 | 0 | 0.33 | 269.52 | 0.58 | 0.42 |
| Hex | 6B | 2D | AB | 25 | 4A | 0 | 21 | 10E | 3A | 2A |
| Octal | 153 | 55 | 253 | 45 | 112 | 0 | 41 | 416 | 72 | 52 |
| Binary | 1101011 | 101101 | 10101011 | 100101 | 1001010 | 0 | 100001 | 100001110 | 111010 | 101010 |
Color Harmonies of #6B2DAB
Complementary color
Monochromatic Colors of #6B2DAB
Black with #6B2DAB
Text Example
Text Example
White with #6B2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2DAB; }
p { color: rgb(107,45,171); }
H1.HeaderClassName
{
color: #6B2DAB;
}
.AnyTagClassName
{
color: #6B2DAB;
}
</style>
background-color css
<style>
a { background-color: #6B2DAB; }
a { background-color: rgb(107,45,171); }
div.DivClassName
{
background-color: #6B2DAB;
}
.BgClassName
{
background-color: #6B2DAB;
}
</style>
border-color css
<style>
span { border-color: #6B2DAB; }
span { border-color: rgb(107,45,171); }
td.TdClassName
{
border-color: #6B2DAB;
}
.TagClassName
{
border-color: #6B2DAB;
}
</style>