Shades of Royal Purple #6D41AF
Tints of Royal Purple #6D41AF
RGB
CMYK
RGB Variations
Color information
#6D41AF (or 0x6D41AF) is known color: Royal Purple. HEX triplet: 6D, 41 and AF. RGB value is (109,65,175). Sum of RGB (Red+Green+Blue) = 109+65+175=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D41AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D41AF is #92BE50. Grayscale: #5A5A5A. Windows color (decimal): -9616977 or 11485549. OLE color: 11485549.
HSL color Cylindrical-coordinate representation of color #6D41AF: hue angle of 264º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D41AF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 65 | 175 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.31 |
| HSL | 264º | 0.46% | 0.47% | - |
| HSV(B) | 264º | 0.63% | 0.69% | - |
| XYZ | 15.93 | 10.13 | 41.67 | - |
| YUV | 90.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 175 | 0.38 | 0.63 | 0 | 0.31 | 264 | 0.46 | 0.47 |
| Hex | 6D | 41 | AF | 26 | 3F | 0 | 1F | 108 | 2E | 2F |
| Octal | 155 | 101 | 257 | 46 | 77 | 0 | 37 | 410 | 56 | 57 |
| Binary | 1101101 | 1000001 | 10101111 | 100110 | 111111 | 0 | 11111 | 100001000 | 101110 | 101111 |
Color Harmonies of #6D41AF
Complementary color
Monochromatic Colors of #6D41AF
Black with #6D41AF
Text Example
Text Example
White with #6D41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D41AF; }
p { color: rgb(109,65,175); }
H1.HeaderClassName
{
color: #6D41AF;
}
.AnyTagClassName
{
color: #6D41AF;
}
</style>
background-color css
<style>
a { background-color: #6D41AF; }
a { background-color: rgb(109,65,175); }
div.DivClassName
{
background-color: #6D41AF;
}
.BgClassName
{
background-color: #6D41AF;
}
</style>
border-color css
<style>
span { border-color: #6D41AF; }
span { border-color: rgb(109,65,175); }
td.TdClassName
{
border-color: #6D41AF;
}
.TagClassName
{
border-color: #6D41AF;
}
</style>