Shades of Royal Purple #6B349F
Tints of Royal Purple #6B349F
RGB
CMYK
RGB Variations
Color information
#6B349F (or 0x6B349F) is known color: Royal Purple. HEX triplet: 6B, 34 and 9F. RGB value is (107,52,159). Sum of RGB (Red+Green+Blue) = 107+52+159=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B349F is #94CB60. Grayscale: #505050. Windows color (decimal): -9751393 or 10433643. OLE color: 10433643.
HSL color Cylindrical-coordinate representation of color #6B349F: hue angle of 270.84º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B349F is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 52 | 159 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.38 |
| HSL | 270.84º | 0.51% | 0.41% | - |
| HSV(B) | 270.84º | 0.67% | 0.62% | - |
| XYZ | 13.55 | 8.08 | 33.65 | - |
| YUV | 80.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 159 | 0.33 | 0.67 | 0 | 0.38 | 270.84 | 0.51 | 0.41 |
| Hex | 6B | 34 | 9F | 21 | 43 | 0 | 26 | 10F | 33 | 29 |
| Octal | 153 | 64 | 237 | 41 | 103 | 0 | 46 | 417 | 63 | 51 |
| Binary | 1101011 | 110100 | 10011111 | 100001 | 1000011 | 0 | 100110 | 100001111 | 110011 | 101001 |
Color Harmonies of #6B349F
Complementary color
Monochromatic Colors of #6B349F
Black with #6B349F
Text Example
Text Example
White with #6B349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B349F; }
p { color: rgb(107,52,159); }
H1.HeaderClassName
{
color: #6B349F;
}
.AnyTagClassName
{
color: #6B349F;
}
</style>
background-color css
<style>
a { background-color: #6B349F; }
a { background-color: rgb(107,52,159); }
div.DivClassName
{
background-color: #6B349F;
}
.BgClassName
{
background-color: #6B349F;
}
</style>
border-color css
<style>
span { border-color: #6B349F; }
span { border-color: rgb(107,52,159); }
td.TdClassName
{
border-color: #6B349F;
}
.TagClassName
{
border-color: #6B349F;
}
</style>