Shades of Royal Purple #6B37AB
Tints of Royal Purple #6B37AB
RGB
CMYK
RGB Variations
Color information
#6B37AB (or 0x6B37AB) is known color: Royal Purple. HEX triplet: 6B, 37 and AB. RGB value is (107,55,171). Sum of RGB (Red+Green+Blue) = 107+55+171=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B37AB is #94C854. Grayscale: #535353. Windows color (decimal): -9750613 or 11220843. OLE color: 11220843.
HSL color Cylindrical-coordinate representation of color #6B37AB: hue angle of 266.9º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B37AB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 55 | 171 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.33 |
| HSL | 266.9º | 0.51% | 0.44% | - |
| HSV(B) | 266.9º | 0.68% | 0.67% | - |
| XYZ | 14.78 | 8.8 | 39.45 | - |
| YUV | 83.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 171 | 0.37 | 0.68 | 0 | 0.33 | 266.9 | 0.51 | 0.44 |
| Hex | 6B | 37 | AB | 25 | 44 | 0 | 21 | 10B | 33 | 2C |
| Octal | 153 | 67 | 253 | 45 | 104 | 0 | 41 | 413 | 63 | 54 |
| Binary | 1101011 | 110111 | 10101011 | 100101 | 1000100 | 0 | 100001 | 100001011 | 110011 | 101100 |
Color Harmonies of #6B37AB
Complementary color
Monochromatic Colors of #6B37AB
Black with #6B37AB
Text Example
Text Example
White with #6B37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B37AB; }
p { color: rgb(107,55,171); }
H1.HeaderClassName
{
color: #6B37AB;
}
.AnyTagClassName
{
color: #6B37AB;
}
</style>
background-color css
<style>
a { background-color: #6B37AB; }
a { background-color: rgb(107,55,171); }
div.DivClassName
{
background-color: #6B37AB;
}
.BgClassName
{
background-color: #6B37AB;
}
</style>
border-color css
<style>
span { border-color: #6B37AB; }
span { border-color: rgb(107,55,171); }
td.TdClassName
{
border-color: #6B37AB;
}
.TagClassName
{
border-color: #6B37AB;
}
</style>