Shades of Royal Purple #6B3BAB
Tints of Royal Purple #6B3BAB
RGB
CMYK
RGB Variations
Color information
#6B3BAB (or 0x6B3BAB) is known color: Royal Purple. HEX triplet: 6B, 3B and AB. RGB value is (107,59,171). Sum of RGB (Red+Green+Blue) = 107+59+171=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B3BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3BAB is #94C454. Grayscale: #555555. Windows color (decimal): -9749589 or 11221867. OLE color: 11221867.
HSL color Cylindrical-coordinate representation of color #6B3BAB: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3BAB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 59 | 171 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.33 |
| HSL | 265.71º | 0.49% | 0.45% | - |
| HSV(B) | 265.71º | 0.65% | 0.67% | - |
| XYZ | 14.98 | 9.19 | 39.51 | - |
| YUV | 86.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 171 | 0.37 | 0.65 | 0 | 0.33 | 265.71 | 0.49 | 0.45 |
| Hex | 6B | 3B | AB | 25 | 41 | 0 | 21 | 10A | 31 | 2D |
| Octal | 153 | 73 | 253 | 45 | 101 | 0 | 41 | 412 | 61 | 55 |
| Binary | 1101011 | 111011 | 10101011 | 100101 | 1000001 | 0 | 100001 | 100001010 | 110001 | 101101 |
Color Harmonies of #6B3BAB
Complementary color
Monochromatic Colors of #6B3BAB
Black with #6B3BAB
Text Example
Text Example
White with #6B3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3BAB; }
p { color: rgb(107,59,171); }
H1.HeaderClassName
{
color: #6B3BAB;
}
.AnyTagClassName
{
color: #6B3BAB;
}
</style>
background-color css
<style>
a { background-color: #6B3BAB; }
a { background-color: rgb(107,59,171); }
div.DivClassName
{
background-color: #6B3BAB;
}
.BgClassName
{
background-color: #6B3BAB;
}
</style>
border-color css
<style>
span { border-color: #6B3BAB; }
span { border-color: rgb(107,59,171); }
td.TdClassName
{
border-color: #6B3BAB;
}
.TagClassName
{
border-color: #6B3BAB;
}
</style>