Shades of Royal Purple #6B219C
Tints of Royal Purple #6B219C
RGB
CMYK
RGB Variations
Color information
#6B219C (or 0x6B219C) is known color: Royal Purple. HEX triplet: 6B, 21 and 9C. RGB value is (107,33,156). Sum of RGB (Red+Green+Blue) = 107+33+156=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B219C is #94DE63. Grayscale: #444444. Windows color (decimal): -9756260 or 10232171. OLE color: 10232171.
HSL color Cylindrical-coordinate representation of color #6B219C: hue angle of 276.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B219C is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 33 | 156 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.39 |
| HSL | 276.1º | 0.65% | 0.37% | - |
| HSV(B) | 276.1º | 0.79% | 0.61% | - |
| XYZ | 12.61 | 6.61 | 32.06 | - |
| YUV | 69.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 156 | 0.31 | 0.79 | 0 | 0.39 | 276.1 | 0.65 | 0.37 |
| Hex | 6B | 21 | 9C | 1F | 4F | 0 | 27 | 114 | 41 | 25 |
| Octal | 153 | 41 | 234 | 37 | 117 | 0 | 47 | 424 | 101 | 45 |
| Binary | 1101011 | 100001 | 10011100 | 11111 | 1001111 | 0 | 100111 | 100010100 | 1000001 | 100101 |
Color Harmonies of #6B219C
Complementary color
Monochromatic Colors of #6B219C
Black with #6B219C
Text Example
Text Example
White with #6B219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B219C; }
p { color: rgb(107,33,156); }
H1.HeaderClassName
{
color: #6B219C;
}
.AnyTagClassName
{
color: #6B219C;
}
</style>
background-color css
<style>
a { background-color: #6B219C; }
a { background-color: rgb(107,33,156); }
div.DivClassName
{
background-color: #6B219C;
}
.BgClassName
{
background-color: #6B219C;
}
</style>
border-color css
<style>
span { border-color: #6B219C; }
span { border-color: rgb(107,33,156); }
td.TdClassName
{
border-color: #6B219C;
}
.TagClassName
{
border-color: #6B219C;
}
</style>