Shades of Royal Purple #6B4798
Tints of Royal Purple #6B4798
RGB
CMYK
RGB Variations
Color information
#6B4798 (or 0x6B4798) is known color: Royal Purple. HEX triplet: 6B, 47 and 98. RGB value is (107,71,152). Sum of RGB (Red+Green+Blue) = 107+71+152=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B4798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4798 is #94B867. Grayscale: #5A5A5A. Windows color (decimal): -9746536 or 9979755. OLE color: 9979755.
HSL color Cylindrical-coordinate representation of color #6B4798: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B4798 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 71 | 152 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.40 |
| HSL | 266.67º | 0.36% | 0.44% | - |
| HSV(B) | 266.67º | 0.53% | 0.6% | - |
| XYZ | 13.98 | 9.9 | 30.88 | - |
| YUV | 91 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 152 | 0.30 | 0.53 | 0 | 0.40 | 266.67 | 0.36 | 0.44 |
| Hex | 6B | 47 | 98 | 1E | 35 | 0 | 28 | 10B | 24 | 2C |
| Octal | 153 | 107 | 230 | 36 | 65 | 0 | 50 | 413 | 44 | 54 |
| Binary | 1101011 | 1000111 | 10011000 | 11110 | 110101 | 0 | 101000 | 100001011 | 100100 | 101100 |
Color Harmonies of #6B4798
Complementary color
Monochromatic Colors of #6B4798
Black with #6B4798
Text Example
Text Example
White with #6B4798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4798; }
p { color: rgb(107,71,152); }
H1.HeaderClassName
{
color: #6B4798;
}
.AnyTagClassName
{
color: #6B4798;
}
</style>
background-color css
<style>
a { background-color: #6B4798; }
a { background-color: rgb(107,71,152); }
div.DivClassName
{
background-color: #6B4798;
}
.BgClassName
{
background-color: #6B4798;
}
</style>
border-color css
<style>
span { border-color: #6B4798; }
span { border-color: rgb(107,71,152); }
td.TdClassName
{
border-color: #6B4798;
}
.TagClassName
{
border-color: #6B4798;
}
</style>