Shades of Royal Purple #6B399D
Tints of Royal Purple #6B399D
RGB
CMYK
RGB Variations
Color information
#6B399D (or 0x6B399D) is known color: Royal Purple. HEX triplet: 6B, 39 and 9D. RGB value is (107,57,157). Sum of RGB (Red+Green+Blue) = 107+57+157=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B399D is #94C662. Grayscale: #525252. Windows color (decimal): -9750115 or 10303851. OLE color: 10303851.
HSL color Cylindrical-coordinate representation of color #6B399D: hue angle of 270º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B399D is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 57 | 157 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.38 |
| HSL | 270º | 0.47% | 0.42% | - |
| HSV(B) | 270º | 0.64% | 0.62% | - |
| XYZ | 13.61 | 8.49 | 32.82 | - |
| YUV | 83.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 157 | 0.32 | 0.64 | 0 | 0.38 | 270 | 0.47 | 0.42 |
| Hex | 6B | 39 | 9D | 20 | 40 | 0 | 26 | 10E | 2F | 2A |
| Octal | 153 | 71 | 235 | 40 | 100 | 0 | 46 | 416 | 57 | 52 |
| Binary | 1101011 | 111001 | 10011101 | 100000 | 1000000 | 0 | 100110 | 100001110 | 101111 | 101010 |
Color Harmonies of #6B399D
Complementary color
Monochromatic Colors of #6B399D
Black with #6B399D
Text Example
Text Example
White with #6B399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B399D; }
p { color: rgb(107,57,157); }
H1.HeaderClassName
{
color: #6B399D;
}
.AnyTagClassName
{
color: #6B399D;
}
</style>
background-color css
<style>
a { background-color: #6B399D; }
a { background-color: rgb(107,57,157); }
div.DivClassName
{
background-color: #6B399D;
}
.BgClassName
{
background-color: #6B399D;
}
</style>
border-color css
<style>
span { border-color: #6B399D; }
span { border-color: rgb(107,57,157); }
td.TdClassName
{
border-color: #6B399D;
}
.TagClassName
{
border-color: #6B399D;
}
</style>