Shades of Royal Purple #6B2DA3
Tints of Royal Purple #6B2DA3
RGB
CMYK
RGB Variations
Color information
#6B2DA3 (or 0x6B2DA3) is known color: Royal Purple. HEX triplet: 6B, 2D and A3. RGB value is (107,45,163). Sum of RGB (Red+Green+Blue) = 107+45+163=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B2DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2DA3 is #94D25C. Grayscale: #4C4C4C. Windows color (decimal): -9753181 or 10693995. OLE color: 10693995.
HSL color Cylindrical-coordinate representation of color #6B2DA3: hue angle of 271.53º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B2DA3 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 45 | 163 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.36 |
| HSL | 271.53º | 0.57% | 0.41% | - |
| HSV(B) | 271.53º | 0.72% | 0.64% | - |
| XYZ | 13.61 | 7.65 | 35.41 | - |
| YUV | 76.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 163 | 0.34 | 0.72 | 0 | 0.36 | 271.53 | 0.57 | 0.41 |
| Hex | 6B | 2D | A3 | 22 | 48 | 0 | 24 | 110 | 39 | 29 |
| Octal | 153 | 55 | 243 | 42 | 110 | 0 | 44 | 420 | 71 | 51 |
| Binary | 1101011 | 101101 | 10100011 | 100010 | 1001000 | 0 | 100100 | 100010000 | 111001 | 101001 |
Color Harmonies of #6B2DA3
Complementary color
Monochromatic Colors of #6B2DA3
Black with #6B2DA3
Text Example
Text Example
White with #6B2DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2DA3; }
p { color: rgb(107,45,163); }
H1.HeaderClassName
{
color: #6B2DA3;
}
.AnyTagClassName
{
color: #6B2DA3;
}
</style>
background-color css
<style>
a { background-color: #6B2DA3; }
a { background-color: rgb(107,45,163); }
div.DivClassName
{
background-color: #6B2DA3;
}
.BgClassName
{
background-color: #6B2DA3;
}
</style>
border-color css
<style>
span { border-color: #6B2DA3; }
span { border-color: rgb(107,45,163); }
td.TdClassName
{
border-color: #6B2DA3;
}
.TagClassName
{
border-color: #6B2DA3;
}
</style>