Shades of Royal Purple #6B249A
Tints of Royal Purple #6B249A
RGB
CMYK
RGB Variations
Color information
#6B249A (or 0x6B249A) is known color: Royal Purple. HEX triplet: 6B, 24 and 9A. RGB value is (107,36,154). Sum of RGB (Red+Green+Blue) = 107+36+154=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B249A is #94DB65. Grayscale: #464646. Windows color (decimal): -9755494 or 10101867. OLE color: 10101867.
HSL color Cylindrical-coordinate representation of color #6B249A: hue angle of 276.1º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B249A is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 36 | 154 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.40 |
| HSL | 276.1º | 0.62% | 0.37% | - |
| HSV(B) | 276.1º | 0.77% | 0.6% | - |
| XYZ | 12.53 | 6.72 | 31.21 | - |
| YUV | 70.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 154 | 0.31 | 0.77 | 0 | 0.40 | 276.1 | 0.62 | 0.37 |
| Hex | 6B | 24 | 9A | 1F | 4D | 0 | 28 | 114 | 3E | 25 |
| Octal | 153 | 44 | 232 | 37 | 115 | 0 | 50 | 424 | 76 | 45 |
| Binary | 1101011 | 100100 | 10011010 | 11111 | 1001101 | 0 | 101000 | 100010100 | 111110 | 100101 |
Color Harmonies of #6B249A
Complementary color
Monochromatic Colors of #6B249A
Black with #6B249A
Text Example
Text Example
White with #6B249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B249A; }
p { color: rgb(107,36,154); }
H1.HeaderClassName
{
color: #6B249A;
}
.AnyTagClassName
{
color: #6B249A;
}
</style>
background-color css
<style>
a { background-color: #6B249A; }
a { background-color: rgb(107,36,154); }
div.DivClassName
{
background-color: #6B249A;
}
.BgClassName
{
background-color: #6B249A;
}
</style>
border-color css
<style>
span { border-color: #6B249A; }
span { border-color: rgb(107,36,154); }
td.TdClassName
{
border-color: #6B249A;
}
.TagClassName
{
border-color: #6B249A;
}
</style>