Shades of Royal Purple #6B3893
Tints of Royal Purple #6B3893
RGB
CMYK
RGB Variations
Color information
#6B3893 (or 0x6B3893) is known color: Royal Purple. HEX triplet: 6B, 38 and 93. RGB value is (107,56,147). Sum of RGB (Red+Green+Blue) = 107+56+147=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B3893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3893 is #94C76C. Grayscale: #515151. Windows color (decimal): -9750381 or 9648235. OLE color: 9648235.
HSL color Cylindrical-coordinate representation of color #6B3893: hue angle of 273.63º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B3893 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 56 | 147 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.42 |
| HSL | 273.63º | 0.45% | 0.4% | - |
| HSV(B) | 273.63º | 0.62% | 0.58% | - |
| XYZ | 12.74 | 8.06 | 28.49 | - |
| YUV | 81.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 147 | 0.27 | 0.62 | 0 | 0.42 | 273.63 | 0.45 | 0.4 |
| Hex | 6B | 38 | 93 | 1B | 3E | 0 | 2A | 112 | 2D | 28 |
| Octal | 153 | 70 | 223 | 33 | 76 | 0 | 52 | 422 | 55 | 50 |
| Binary | 1101011 | 111000 | 10010011 | 11011 | 111110 | 0 | 101010 | 100010010 | 101101 | 101000 |
Color Harmonies of #6B3893
Complementary color
Monochromatic Colors of #6B3893
Black with #6B3893
Text Example
Text Example
White with #6B3893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3893; }
p { color: rgb(107,56,147); }
H1.HeaderClassName
{
color: #6B3893;
}
.AnyTagClassName
{
color: #6B3893;
}
</style>
background-color css
<style>
a { background-color: #6B3893; }
a { background-color: rgb(107,56,147); }
div.DivClassName
{
background-color: #6B3893;
}
.BgClassName
{
background-color: #6B3893;
}
</style>
border-color css
<style>
span { border-color: #6B3893; }
span { border-color: rgb(107,56,147); }
td.TdClassName
{
border-color: #6B3893;
}
.TagClassName
{
border-color: #6B3893;
}
</style>