Shades of Royal Purple #6B4292
Tints of Royal Purple #6B4292
RGB
CMYK
RGB Variations
Color information
#6B4292 (or 0x6B4292) is known color: Royal Purple. HEX triplet: 6B, 42 and 92. RGB value is (107,66,146). Sum of RGB (Red+Green+Blue) = 107+66+146=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4292 is #94BD6D. Grayscale: #575757. Windows color (decimal): -9747822 or 9585259. OLE color: 9585259.
HSL color Cylindrical-coordinate representation of color #6B4292: hue angle of 270.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B4292 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 66 | 146 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.43 |
| HSL | 270.75º | 0.38% | 0.42% | - |
| HSV(B) | 270.75º | 0.55% | 0.57% | - |
| XYZ | 13.2 | 9.1 | 28.25 | - |
| YUV | 87.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 146 | 0.27 | 0.55 | 0 | 0.43 | 270.75 | 0.38 | 0.42 |
| Hex | 6B | 42 | 92 | 1B | 37 | 0 | 2B | 10F | 26 | 2A |
| Octal | 153 | 102 | 222 | 33 | 67 | 0 | 53 | 417 | 46 | 52 |
| Binary | 1101011 | 1000010 | 10010010 | 11011 | 110111 | 0 | 101011 | 100001111 | 100110 | 101010 |
Color Harmonies of #6B4292
Complementary color
Monochromatic Colors of #6B4292
Black with #6B4292
Text Example
Text Example
White with #6B4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4292; }
p { color: rgb(107,66,146); }
H1.HeaderClassName
{
color: #6B4292;
}
.AnyTagClassName
{
color: #6B4292;
}
</style>
background-color css
<style>
a { background-color: #6B4292; }
a { background-color: rgb(107,66,146); }
div.DivClassName
{
background-color: #6B4292;
}
.BgClassName
{
background-color: #6B4292;
}
</style>
border-color css
<style>
span { border-color: #6B4292; }
span { border-color: rgb(107,66,146); }
td.TdClassName
{
border-color: #6B4292;
}
.TagClassName
{
border-color: #6B4292;
}
</style>