Shades of Royal Purple #6B4192
Tints of Royal Purple #6B4192
RGB
CMYK
RGB Variations
Color information
#6B4192 (or 0x6B4192) is known color: Royal Purple. HEX triplet: 6B, 41 and 92. RGB value is (107,65,146). Sum of RGB (Red+Green+Blue) = 107+65+146=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4192 is #94BE6D. Grayscale: #565656. Windows color (decimal): -9748078 or 9585003. OLE color: 9585003.
HSL color Cylindrical-coordinate representation of color #6B4192: hue angle of 271.11º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B4192 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 65 | 146 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.43 |
| HSL | 271.11º | 0.38% | 0.41% | - |
| HSV(B) | 271.11º | 0.55% | 0.57% | - |
| XYZ | 13.14 | 8.98 | 28.24 | - |
| YUV | 86.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 146 | 0.27 | 0.55 | 0 | 0.43 | 271.11 | 0.38 | 0.41 |
| Hex | 6B | 41 | 92 | 1B | 37 | 0 | 2B | 10F | 26 | 29 |
| Octal | 153 | 101 | 222 | 33 | 67 | 0 | 53 | 417 | 46 | 51 |
| Binary | 1101011 | 1000001 | 10010010 | 11011 | 110111 | 0 | 101011 | 100001111 | 100110 | 101001 |
Color Harmonies of #6B4192
Complementary color
Monochromatic Colors of #6B4192
Black with #6B4192
Text Example
Text Example
White with #6B4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4192; }
p { color: rgb(107,65,146); }
H1.HeaderClassName
{
color: #6B4192;
}
.AnyTagClassName
{
color: #6B4192;
}
</style>
background-color css
<style>
a { background-color: #6B4192; }
a { background-color: rgb(107,65,146); }
div.DivClassName
{
background-color: #6B4192;
}
.BgClassName
{
background-color: #6B4192;
}
</style>
border-color css
<style>
span { border-color: #6B4192; }
span { border-color: rgb(107,65,146); }
td.TdClassName
{
border-color: #6B4192;
}
.TagClassName
{
border-color: #6B4192;
}
</style>