Shades of Royal Purple #6B309D
Tints of Royal Purple #6B309D
RGB
CMYK
RGB Variations
Color information
#6B309D (or 0x6B309D) is known color: Royal Purple. HEX triplet: 6B, 30 and 9D. RGB value is (107,48,157). Sum of RGB (Red+Green+Blue) = 107+48+157=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B309D is #94CF62. Grayscale: #4D4D4D. Windows color (decimal): -9752419 or 10301547. OLE color: 10301547.
HSL color Cylindrical-coordinate representation of color #6B309D: hue angle of 272.48º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B309D is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 48 | 157 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.38 |
| HSL | 272.48º | 0.53% | 0.4% | - |
| HSV(B) | 272.48º | 0.69% | 0.62% | - |
| XYZ | 13.21 | 7.67 | 32.68 | - |
| YUV | 78.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 157 | 0.32 | 0.69 | 0 | 0.38 | 272.48 | 0.53 | 0.4 |
| Hex | 6B | 30 | 9D | 20 | 45 | 0 | 26 | 110 | 35 | 28 |
| Octal | 153 | 60 | 235 | 40 | 105 | 0 | 46 | 420 | 65 | 50 |
| Binary | 1101011 | 110000 | 10011101 | 100000 | 1000101 | 0 | 100110 | 100010000 | 110101 | 101000 |
Color Harmonies of #6B309D
Complementary color
Monochromatic Colors of #6B309D
Black with #6B309D
Text Example
Text Example
White with #6B309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B309D; }
p { color: rgb(107,48,157); }
H1.HeaderClassName
{
color: #6B309D;
}
.AnyTagClassName
{
color: #6B309D;
}
</style>
background-color css
<style>
a { background-color: #6B309D; }
a { background-color: rgb(107,48,157); }
div.DivClassName
{
background-color: #6B309D;
}
.BgClassName
{
background-color: #6B309D;
}
</style>
border-color css
<style>
span { border-color: #6B309D; }
span { border-color: rgb(107,48,157); }
td.TdClassName
{
border-color: #6B309D;
}
.TagClassName
{
border-color: #6B309D;
}
</style>