Shades of Royal Purple #6B1D9F
Tints of Royal Purple #6B1D9F
RGB
CMYK
RGB Variations
Color information
#6B1D9F (or 0x6B1D9F) is known color: Royal Purple. HEX triplet: 6B, 1D and 9F. RGB value is (107,29,159). Sum of RGB (Red+Green+Blue) = 107+29+159=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B1D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1D9F is #94E260. Grayscale: #424242. Windows color (decimal): -9757281 or 10427755. OLE color: 10427755.
HSL color Cylindrical-coordinate representation of color #6B1D9F: hue angle of 276º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1D9F is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 29 | 159 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.38 |
| HSL | 276º | 0.69% | 0.37% | - |
| HSV(B) | 276º | 0.82% | 0.62% | - |
| XYZ | 12.76 | 6.51 | 33.38 | - |
| YUV | 67.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 159 | 0.33 | 0.82 | 0 | 0.38 | 276 | 0.69 | 0.37 |
| Hex | 6B | 1D | 9F | 21 | 52 | 0 | 26 | 114 | 45 | 25 |
| Octal | 153 | 35 | 237 | 41 | 122 | 0 | 46 | 424 | 105 | 45 |
| Binary | 1101011 | 11101 | 10011111 | 100001 | 1010010 | 0 | 100110 | 100010100 | 1000101 | 100101 |
Color Harmonies of #6B1D9F
Complementary color
Monochromatic Colors of #6B1D9F
Black with #6B1D9F
Text Example
Text Example
White with #6B1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1D9F; }
p { color: rgb(107,29,159); }
H1.HeaderClassName
{
color: #6B1D9F;
}
.AnyTagClassName
{
color: #6B1D9F;
}
</style>
background-color css
<style>
a { background-color: #6B1D9F; }
a { background-color: rgb(107,29,159); }
div.DivClassName
{
background-color: #6B1D9F;
}
.BgClassName
{
background-color: #6B1D9F;
}
</style>
border-color css
<style>
span { border-color: #6B1D9F; }
span { border-color: rgb(107,29,159); }
td.TdClassName
{
border-color: #6B1D9F;
}
.TagClassName
{
border-color: #6B1D9F;
}
</style>