Shades of Royal Purple #6B349B
Tints of Royal Purple #6B349B
RGB
CMYK
RGB Variations
Color information
#6B349B (or 0x6B349B) is known color: Royal Purple. HEX triplet: 6B, 34 and 9B. RGB value is (107,52,155). Sum of RGB (Red+Green+Blue) = 107+52+155=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B349B is #94CB64. Grayscale: #4F4F4F. Windows color (decimal): -9751397 or 10171499. OLE color: 10171499.
HSL color Cylindrical-coordinate representation of color #6B349B: hue angle of 272.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B349B is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 52 | 155 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.39 |
| HSL | 272.04º | 0.5% | 0.41% | - |
| HSV(B) | 272.04º | 0.66% | 0.61% | - |
| XYZ | 13.21 | 7.95 | 31.85 | - |
| YUV | 80.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 155 | 0.31 | 0.66 | 0 | 0.39 | 272.04 | 0.5 | 0.41 |
| Hex | 6B | 34 | 9B | 1F | 42 | 0 | 27 | 110 | 32 | 29 |
| Octal | 153 | 64 | 233 | 37 | 102 | 0 | 47 | 420 | 62 | 51 |
| Binary | 1101011 | 110100 | 10011011 | 11111 | 1000010 | 0 | 100111 | 100010000 | 110010 | 101001 |
Color Harmonies of #6B349B
Complementary color
Monochromatic Colors of #6B349B
Black with #6B349B
Text Example
Text Example
White with #6B349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B349B; }
p { color: rgb(107,52,155); }
H1.HeaderClassName
{
color: #6B349B;
}
.AnyTagClassName
{
color: #6B349B;
}
</style>
background-color css
<style>
a { background-color: #6B349B; }
a { background-color: rgb(107,52,155); }
div.DivClassName
{
background-color: #6B349B;
}
.BgClassName
{
background-color: #6B349B;
}
</style>
border-color css
<style>
span { border-color: #6B349B; }
span { border-color: rgb(107,52,155); }
td.TdClassName
{
border-color: #6B349B;
}
.TagClassName
{
border-color: #6B349B;
}
</style>