Shades of Royal Purple #6B2EAA
Tints of Royal Purple #6B2EAA
RGB
CMYK
RGB Variations
Color information
#6B2EAA (or 0x6B2EAA) is known color: Royal Purple. HEX triplet: 6B, 2E and AA. RGB value is (107,46,170). Sum of RGB (Red+Green+Blue) = 107+46+170=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2EAA is #94D155. Grayscale: #4D4D4D. Windows color (decimal): -9752918 or 11153003. OLE color: 11153003.
HSL color Cylindrical-coordinate representation of color #6B2EAA: hue angle of 269.52º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2EAA is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 46 | 170 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.33 |
| HSL | 269.52º | 0.57% | 0.42% | - |
| HSV(B) | 269.52º | 0.73% | 0.67% | - |
| XYZ | 14.3 | 7.98 | 38.82 | - |
| YUV | 78.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 170 | 0.37 | 0.73 | 0 | 0.33 | 269.52 | 0.57 | 0.42 |
| Hex | 6B | 2E | AA | 25 | 49 | 0 | 21 | 10E | 39 | 2A |
| Octal | 153 | 56 | 252 | 45 | 111 | 0 | 41 | 416 | 71 | 52 |
| Binary | 1101011 | 101110 | 10101010 | 100101 | 1001001 | 0 | 100001 | 100001110 | 111001 | 101010 |
Color Harmonies of #6B2EAA
Complementary color
Monochromatic Colors of #6B2EAA
Black with #6B2EAA
Text Example
Text Example
White with #6B2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2EAA; }
p { color: rgb(107,46,170); }
H1.HeaderClassName
{
color: #6B2EAA;
}
.AnyTagClassName
{
color: #6B2EAA;
}
</style>
background-color css
<style>
a { background-color: #6B2EAA; }
a { background-color: rgb(107,46,170); }
div.DivClassName
{
background-color: #6B2EAA;
}
.BgClassName
{
background-color: #6B2EAA;
}
</style>
border-color css
<style>
span { border-color: #6B2EAA; }
span { border-color: rgb(107,46,170); }
td.TdClassName
{
border-color: #6B2EAA;
}
.TagClassName
{
border-color: #6B2EAA;
}
</style>