Shades of Royal Purple #6B319B
Tints of Royal Purple #6B319B
RGB
CMYK
RGB Variations
Color information
#6B319B (or 0x6B319B) is known color: Royal Purple. HEX triplet: 6B, 31 and 9B. RGB value is (107,49,155). Sum of RGB (Red+Green+Blue) = 107+49+155=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B319B is #94CE64. Grayscale: #4E4E4E. Windows color (decimal): -9752165 or 10170731. OLE color: 10170731.
HSL color Cylindrical-coordinate representation of color #6B319B: hue angle of 272.83º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B319B is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 49 | 155 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.39 |
| HSL | 272.83º | 0.52% | 0.4% | - |
| HSV(B) | 272.83º | 0.68% | 0.61% | - |
| XYZ | 13.08 | 7.69 | 31.81 | - |
| YUV | 78.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 155 | 0.31 | 0.68 | 0 | 0.39 | 272.83 | 0.52 | 0.4 |
| Hex | 6B | 31 | 9B | 1F | 44 | 0 | 27 | 111 | 34 | 28 |
| Octal | 153 | 61 | 233 | 37 | 104 | 0 | 47 | 421 | 64 | 50 |
| Binary | 1101011 | 110001 | 10011011 | 11111 | 1000100 | 0 | 100111 | 100010001 | 110100 | 101000 |
Color Harmonies of #6B319B
Complementary color
Monochromatic Colors of #6B319B
Black with #6B319B
Text Example
Text Example
White with #6B319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B319B; }
p { color: rgb(107,49,155); }
H1.HeaderClassName
{
color: #6B319B;
}
.AnyTagClassName
{
color: #6B319B;
}
</style>
background-color css
<style>
a { background-color: #6B319B; }
a { background-color: rgb(107,49,155); }
div.DivClassName
{
background-color: #6B319B;
}
.BgClassName
{
background-color: #6B319B;
}
</style>
border-color css
<style>
span { border-color: #6B319B; }
span { border-color: rgb(107,49,155); }
td.TdClassName
{
border-color: #6B319B;
}
.TagClassName
{
border-color: #6B319B;
}
</style>