Shades of Royal Purple #6B4193
Tints of Royal Purple #6B4193
RGB
CMYK
RGB Variations
Color information
#6B4193 (or 0x6B4193) is known color: Royal Purple. HEX triplet: 6B, 41 and 93. RGB value is (107,65,147). Sum of RGB (Red+Green+Blue) = 107+65+147=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B4193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4193 is #94BE6C. Grayscale: #565656. Windows color (decimal): -9748077 or 9650539. OLE color: 9650539.
HSL color Cylindrical-coordinate representation of color #6B4193: hue angle of 270.73º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B4193 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 65 | 147 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.42 |
| HSL | 270.73º | 0.39% | 0.42% | - |
| HSV(B) | 270.73º | 0.56% | 0.58% | - |
| XYZ | 13.22 | 9.01 | 28.65 | - |
| YUV | 86.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 147 | 0.27 | 0.56 | 0 | 0.42 | 270.73 | 0.39 | 0.42 |
| Hex | 6B | 41 | 93 | 1B | 38 | 0 | 2A | 10F | 27 | 2A |
| Octal | 153 | 101 | 223 | 33 | 70 | 0 | 52 | 417 | 47 | 52 |
| Binary | 1101011 | 1000001 | 10010011 | 11011 | 111000 | 0 | 101010 | 100001111 | 100111 | 101010 |
Color Harmonies of #6B4193
Complementary color
Monochromatic Colors of #6B4193
Black with #6B4193
Text Example
Text Example
White with #6B4193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4193; }
p { color: rgb(107,65,147); }
H1.HeaderClassName
{
color: #6B4193;
}
.AnyTagClassName
{
color: #6B4193;
}
</style>
background-color css
<style>
a { background-color: #6B4193; }
a { background-color: rgb(107,65,147); }
div.DivClassName
{
background-color: #6B4193;
}
.BgClassName
{
background-color: #6B4193;
}
</style>
border-color css
<style>
span { border-color: #6B4193; }
span { border-color: rgb(107,65,147); }
td.TdClassName
{
border-color: #6B4193;
}
.TagClassName
{
border-color: #6B4193;
}
</style>