Shades of Royal Purple #6B209B
Tints of Royal Purple #6B209B
RGB
CMYK
RGB Variations
Color information
#6B209B (or 0x6B209B) is known color: Royal Purple. HEX triplet: 6B, 20 and 9B. RGB value is (107,32,155). Sum of RGB (Red+Green+Blue) = 107+32+155=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B209B is #94DF64. Grayscale: #444444. Windows color (decimal): -9756517 or 10166379. OLE color: 10166379.
HSL color Cylindrical-coordinate representation of color #6B209B: hue angle of 276.59º degrees, saturation: 0.66, 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 #6B209B is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 32 | 155 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.39 |
| HSL | 276.59º | 0.66% | 0.37% | - |
| HSV(B) | 276.59º | 0.79% | 0.61% | - |
| XYZ | 12.5 | 6.53 | 31.61 | - |
| YUV | 68.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 155 | 0.31 | 0.79 | 0 | 0.39 | 276.59 | 0.66 | 0.37 |
| Hex | 6B | 20 | 9B | 1F | 4F | 0 | 27 | 115 | 42 | 25 |
| Octal | 153 | 40 | 233 | 37 | 117 | 0 | 47 | 425 | 102 | 45 |
| Binary | 1101011 | 100000 | 10011011 | 11111 | 1001111 | 0 | 100111 | 100010101 | 1000010 | 100101 |
Color Harmonies of #6B209B
Complementary color
Monochromatic Colors of #6B209B
Black with #6B209B
Text Example
Text Example
White with #6B209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B209B; }
p { color: rgb(107,32,155); }
H1.HeaderClassName
{
color: #6B209B;
}
.AnyTagClassName
{
color: #6B209B;
}
</style>
background-color css
<style>
a { background-color: #6B209B; }
a { background-color: rgb(107,32,155); }
div.DivClassName
{
background-color: #6B209B;
}
.BgClassName
{
background-color: #6B209B;
}
</style>
border-color css
<style>
span { border-color: #6B209B; }
span { border-color: rgb(107,32,155); }
td.TdClassName
{
border-color: #6B209B;
}
.TagClassName
{
border-color: #6B209B;
}
</style>