Shades of Royal Purple #6B2CA3
Tints of Royal Purple #6B2CA3
RGB
CMYK
RGB Variations
Color information
#6B2CA3 (or 0x6B2CA3) is known color: Royal Purple. HEX triplet: 6B, 2C and A3. RGB value is (107,44,163). Sum of RGB (Red+Green+Blue) = 107+44+163=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 163 (64.06% from 255 or 51.91% from 314); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B2CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2CA3 is #94D35C. Grayscale: #4B4B4B. Windows color (decimal): -9753437 or 10693739. OLE color: 10693739.
HSL color Cylindrical-coordinate representation of color #6B2CA3: hue angle of 271.76º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2CA3 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 44 | 163 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.36 |
| HSL | 271.76º | 0.57% | 0.41% | - |
| HSV(B) | 271.76º | 0.73% | 0.64% | - |
| XYZ | 13.57 | 7.57 | 35.4 | - |
| YUV | 76.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 163 | 0.34 | 0.73 | 0 | 0.36 | 271.76 | 0.57 | 0.41 |
| Hex | 6B | 2C | A3 | 22 | 49 | 0 | 24 | 110 | 39 | 29 |
| Octal | 153 | 54 | 243 | 42 | 111 | 0 | 44 | 420 | 71 | 51 |
| Binary | 1101011 | 101100 | 10100011 | 100010 | 1001001 | 0 | 100100 | 100010000 | 111001 | 101001 |
Color Harmonies of #6B2CA3
Complementary color
Monochromatic Colors of #6B2CA3
Black with #6B2CA3
Text Example
Text Example
White with #6B2CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2CA3; }
p { color: rgb(107,44,163); }
H1.HeaderClassName
{
color: #6B2CA3;
}
.AnyTagClassName
{
color: #6B2CA3;
}
</style>
background-color css
<style>
a { background-color: #6B2CA3; }
a { background-color: rgb(107,44,163); }
div.DivClassName
{
background-color: #6B2CA3;
}
.BgClassName
{
background-color: #6B2CA3;
}
</style>
border-color css
<style>
span { border-color: #6B2CA3; }
span { border-color: rgb(107,44,163); }
td.TdClassName
{
border-color: #6B2CA3;
}
.TagClassName
{
border-color: #6B2CA3;
}
</style>