Shades of Royal Purple #6B2CA9
Tints of Royal Purple #6B2CA9
RGB
CMYK
RGB Variations
Color information
#6B2CA9 (or 0x6B2CA9) is known color: Royal Purple. HEX triplet: 6B, 2C and A9. RGB value is (107,44,169). Sum of RGB (Red+Green+Blue) = 107+44+169=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B2CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2CA9 is #94D356. Grayscale: #4C4C4C. Windows color (decimal): -9753431 or 11086955. OLE color: 11086955.
HSL color Cylindrical-coordinate representation of color #6B2CA9: hue angle of 270.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B2CA9 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 44 | 169 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.34 |
| HSL | 270.24º | 0.59% | 0.42% | - |
| HSV(B) | 270.24º | 0.74% | 0.66% | - |
| XYZ | 14.13 | 7.79 | 38.3 | - |
| YUV | 77.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 169 | 0.37 | 0.74 | 0 | 0.34 | 270.24 | 0.59 | 0.42 |
| Hex | 6B | 2C | A9 | 25 | 4A | 0 | 22 | 10E | 3B | 2A |
| Octal | 153 | 54 | 251 | 45 | 112 | 0 | 42 | 416 | 73 | 52 |
| Binary | 1101011 | 101100 | 10101001 | 100101 | 1001010 | 0 | 100010 | 100001110 | 111011 | 101010 |
Color Harmonies of #6B2CA9
Complementary color
Monochromatic Colors of #6B2CA9
Black with #6B2CA9
Text Example
Text Example
White with #6B2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CA9; }
p { color: rgb(107,44,169); }
H1.HeaderClassName
{
color: #6B2CA9;
}
.AnyTagClassName
{
color: #6B2CA9;
}
</style>
background-color css
<style>
a { background-color: #6B2CA9; }
a { background-color: rgb(107,44,169); }
div.DivClassName
{
background-color: #6B2CA9;
}
.BgClassName
{
background-color: #6B2CA9;
}
</style>
border-color css
<style>
span { border-color: #6B2CA9; }
span { border-color: rgb(107,44,169); }
td.TdClassName
{
border-color: #6B2CA9;
}
.TagClassName
{
border-color: #6B2CA9;
}
</style>