Shades of Royal Purple #6D34A3
Tints of Royal Purple #6D34A3
RGB
CMYK
RGB Variations
Color information
#6D34A3 (or 0x6D34A3) is known color: Royal Purple. HEX triplet: 6D, 34 and A3. RGB value is (109,52,163). Sum of RGB (Red+Green+Blue) = 109+52+163=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #6D34A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D34A3 is #92CB5C. Grayscale: #515151. Windows color (decimal): -9620317 or 10695789. OLE color: 10695789.
HSL color Cylindrical-coordinate representation of color #6D34A3: hue angle of 270.81º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D34A3 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 52 | 163 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.36 |
| HSL | 270.81º | 0.52% | 0.42% | - |
| HSV(B) | 270.81º | 0.68% | 0.64% | - |
| XYZ | 14.15 | 8.35 | 35.52 | - |
| YUV | 81.7 | 173.88 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 163 | 0.33 | 0.68 | 0 | 0.36 | 270.81 | 0.52 | 0.42 |
| Hex | 6D | 34 | A3 | 21 | 44 | 0 | 24 | 10F | 34 | 2A |
| Octal | 155 | 64 | 243 | 41 | 104 | 0 | 44 | 417 | 64 | 52 |
| Binary | 1101101 | 110100 | 10100011 | 100001 | 1000100 | 0 | 100100 | 100001111 | 110100 | 101010 |
Color Harmonies of #6D34A3
Complementary color
Monochromatic Colors of #6D34A3
Black with #6D34A3
Text Example
Text Example
White with #6D34A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D34A3; }
p { color: rgb(109,52,163); }
H1.HeaderClassName
{
color: #6D34A3;
}
.AnyTagClassName
{
color: #6D34A3;
}
</style>
background-color css
<style>
a { background-color: #6D34A3; }
a { background-color: rgb(109,52,163); }
div.DivClassName
{
background-color: #6D34A3;
}
.BgClassName
{
background-color: #6D34A3;
}
</style>
border-color css
<style>
span { border-color: #6D34A3; }
span { border-color: rgb(109,52,163); }
td.TdClassName
{
border-color: #6D34A3;
}
.TagClassName
{
border-color: #6D34A3;
}
</style>