Shades of Royal Purple #6B249B
Tints of Royal Purple #6B249B
RGB
CMYK
RGB Variations
Color information
#6B249B (or 0x6B249B) is known color: Royal Purple. HEX triplet: 6B, 24 and 9B. RGB value is (107,36,155). Sum of RGB (Red+Green+Blue) = 107+36+155=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B249B is #94DB64. Grayscale: #464646. Windows color (decimal): -9755493 or 10167403. OLE color: 10167403.
HSL color Cylindrical-coordinate representation of color #6B249B: hue angle of 275.8º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B249B is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 36 | 155 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.39 |
| HSL | 275.8º | 0.62% | 0.37% | - |
| HSV(B) | 275.8º | 0.77% | 0.61% | - |
| XYZ | 12.61 | 6.75 | 31.65 | - |
| YUV | 70.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 155 | 0.31 | 0.77 | 0 | 0.39 | 275.8 | 0.62 | 0.37 |
| Hex | 6B | 24 | 9B | 1F | 4D | 0 | 27 | 114 | 3E | 25 |
| Octal | 153 | 44 | 233 | 37 | 115 | 0 | 47 | 424 | 76 | 45 |
| Binary | 1101011 | 100100 | 10011011 | 11111 | 1001101 | 0 | 100111 | 100010100 | 111110 | 100101 |
Color Harmonies of #6B249B
Complementary color
Monochromatic Colors of #6B249B
Black with #6B249B
Text Example
Text Example
White with #6B249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B249B; }
p { color: rgb(107,36,155); }
H1.HeaderClassName
{
color: #6B249B;
}
.AnyTagClassName
{
color: #6B249B;
}
</style>
background-color css
<style>
a { background-color: #6B249B; }
a { background-color: rgb(107,36,155); }
div.DivClassName
{
background-color: #6B249B;
}
.BgClassName
{
background-color: #6B249B;
}
</style>
border-color css
<style>
span { border-color: #6B249B; }
span { border-color: rgb(107,36,155); }
td.TdClassName
{
border-color: #6B249B;
}
.TagClassName
{
border-color: #6B249B;
}
</style>