Shades of Royal Purple #6B249D
Tints of Royal Purple #6B249D
RGB
CMYK
RGB Variations
Color information
#6B249D (or 0x6B249D) is known color: Royal Purple. HEX triplet: 6B, 24 and 9D. RGB value is (107,36,157). Sum of RGB (Red+Green+Blue) = 107+36+157=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B249D is #94DB62. Grayscale: #464646. Windows color (decimal): -9755491 or 10298475. OLE color: 10298475.
HSL color Cylindrical-coordinate representation of color #6B249D: hue angle of 275.21º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B249D is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 36 | 157 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.38 |
| HSL | 275.21º | 0.63% | 0.38% | - |
| HSV(B) | 275.21º | 0.77% | 0.62% | - |
| XYZ | 12.78 | 6.82 | 32.54 | - |
| YUV | 71.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 157 | 0.32 | 0.77 | 0 | 0.38 | 275.21 | 0.63 | 0.38 |
| Hex | 6B | 24 | 9D | 20 | 4D | 0 | 26 | 113 | 3F | 26 |
| Octal | 153 | 44 | 235 | 40 | 115 | 0 | 46 | 423 | 77 | 46 |
| Binary | 1101011 | 100100 | 10011101 | 100000 | 1001101 | 0 | 100110 | 100010011 | 111111 | 100110 |
Color Harmonies of #6B249D
Complementary color
Monochromatic Colors of #6B249D
Black with #6B249D
Text Example
Text Example
White with #6B249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B249D; }
p { color: rgb(107,36,157); }
H1.HeaderClassName
{
color: #6B249D;
}
.AnyTagClassName
{
color: #6B249D;
}
</style>
background-color css
<style>
a { background-color: #6B249D; }
a { background-color: rgb(107,36,157); }
div.DivClassName
{
background-color: #6B249D;
}
.BgClassName
{
background-color: #6B249D;
}
</style>
border-color css
<style>
span { border-color: #6B249D; }
span { border-color: rgb(107,36,157); }
td.TdClassName
{
border-color: #6B249D;
}
.TagClassName
{
border-color: #6B249D;
}
</style>