Shades of Royal Purple #6B3594
Tints of Royal Purple #6B3594
RGB
CMYK
RGB Variations
Color information
#6B3594 (or 0x6B3594) is known color: Royal Purple. HEX triplet: 6B, 35 and 94. RGB value is (107,53,148). Sum of RGB (Red+Green+Blue) = 107+53+148=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B3594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3594 is #94CA6B. Grayscale: #4F4F4F. Windows color (decimal): -9751148 or 9713003. OLE color: 9713003.
HSL color Cylindrical-coordinate representation of color #6B3594: hue angle of 274.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B3594 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 53 | 148 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.42 |
| HSL | 274.11º | 0.47% | 0.39% | - |
| HSV(B) | 274.11º | 0.64% | 0.58% | - |
| XYZ | 12.68 | 7.81 | 28.86 | - |
| YUV | 79.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 148 | 0.28 | 0.64 | 0 | 0.42 | 274.11 | 0.47 | 0.39 |
| Hex | 6B | 35 | 94 | 1C | 40 | 0 | 2A | 112 | 2F | 27 |
| Octal | 153 | 65 | 224 | 34 | 100 | 0 | 52 | 422 | 57 | 47 |
| Binary | 1101011 | 110101 | 10010100 | 11100 | 1000000 | 0 | 101010 | 100010010 | 101111 | 100111 |
Color Harmonies of #6B3594
Complementary color
Monochromatic Colors of #6B3594
Black with #6B3594
Text Example
Text Example
White with #6B3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3594; }
p { color: rgb(107,53,148); }
H1.HeaderClassName
{
color: #6B3594;
}
.AnyTagClassName
{
color: #6B3594;
}
</style>
background-color css
<style>
a { background-color: #6B3594; }
a { background-color: rgb(107,53,148); }
div.DivClassName
{
background-color: #6B3594;
}
.BgClassName
{
background-color: #6B3594;
}
</style>
border-color css
<style>
span { border-color: #6B3594; }
span { border-color: rgb(107,53,148); }
td.TdClassName
{
border-color: #6B3594;
}
.TagClassName
{
border-color: #6B3594;
}
</style>