Shades of Royal Purple #6B199B
Tints of Royal Purple #6B199B
RGB
CMYK
RGB Variations
Color information
#6B199B (or 0x6B199B) is known color: Royal Purple. HEX triplet: 6B, 19 and 9B. RGB value is (107,25,155). Sum of RGB (Red+Green+Blue) = 107+25+155=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B199B is #94E664. Grayscale: #3F3F3F. Windows color (decimal): -9758309 or 10164587. OLE color: 10164587.
HSL color Cylindrical-coordinate representation of color #6B199B: hue angle of 277.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B199B is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 25 | 155 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.39 |
| HSL | 277.85º | 0.72% | 0.35% | - |
| HSV(B) | 277.85º | 0.84% | 0.61% | - |
| XYZ | 12.33 | 6.19 | 31.55 | - |
| YUV | 64.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 155 | 0.31 | 0.84 | 0 | 0.39 | 277.85 | 0.72 | 0.35 |
| Hex | 6B | 19 | 9B | 1F | 54 | 0 | 27 | 116 | 48 | 23 |
| Octal | 153 | 31 | 233 | 37 | 124 | 0 | 47 | 426 | 110 | 43 |
| Binary | 1101011 | 11001 | 10011011 | 11111 | 1010100 | 0 | 100111 | 100010110 | 1001000 | 100011 |
Color Harmonies of #6B199B
Complementary color
Monochromatic Colors of #6B199B
Black with #6B199B
Text Example
Text Example
White with #6B199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B199B; }
p { color: rgb(107,25,155); }
H1.HeaderClassName
{
color: #6B199B;
}
.AnyTagClassName
{
color: #6B199B;
}
</style>
background-color css
<style>
a { background-color: #6B199B; }
a { background-color: rgb(107,25,155); }
div.DivClassName
{
background-color: #6B199B;
}
.BgClassName
{
background-color: #6B199B;
}
</style>
border-color css
<style>
span { border-color: #6B199B; }
span { border-color: rgb(107,25,155); }
td.TdClassName
{
border-color: #6B199B;
}
.TagClassName
{
border-color: #6B199B;
}
</style>