Shades of Royal Purple #6A3CAF
Tints of Royal Purple #6A3CAF
RGB
CMYK
RGB Variations
Color information
#6A3CAF (or 0x6A3CAF) is known color: Royal Purple. HEX triplet: 6A, 3C and AF. RGB value is (106,60,175). Sum of RGB (Red+Green+Blue) = 106+60+175=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3CAF is #95C350. Grayscale: #565656. Windows color (decimal): -9814865 or 11484266. OLE color: 11484266.
HSL color Cylindrical-coordinate representation of color #6A3CAF: hue angle of 264º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A3CAF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 60 | 175 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.31 |
| HSL | 264º | 0.49% | 0.46% | - |
| HSV(B) | 264º | 0.66% | 0.69% | - |
| XYZ | 15.3 | 9.39 | 41.56 | - |
| YUV | 86.86 | 177.74 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 175 | 0.39 | 0.66 | 0 | 0.31 | 264 | 0.49 | 0.46 |
| Hex | 6A | 3C | AF | 27 | 42 | 0 | 1F | 108 | 31 | 2E |
| Octal | 152 | 74 | 257 | 47 | 102 | 0 | 37 | 410 | 61 | 56 |
| Binary | 1101010 | 111100 | 10101111 | 100111 | 1000010 | 0 | 11111 | 100001000 | 110001 | 101110 |
Color Harmonies of #6A3CAF
Complementary color
Monochromatic Colors of #6A3CAF
Black with #6A3CAF
Text Example
Text Example
White with #6A3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3CAF; }
p { color: rgb(106,60,175); }
H1.HeaderClassName
{
color: #6A3CAF;
}
.AnyTagClassName
{
color: #6A3CAF;
}
</style>
background-color css
<style>
a { background-color: #6A3CAF; }
a { background-color: rgb(106,60,175); }
div.DivClassName
{
background-color: #6A3CAF;
}
.BgClassName
{
background-color: #6A3CAF;
}
</style>
border-color css
<style>
span { border-color: #6A3CAF; }
span { border-color: rgb(106,60,175); }
td.TdClassName
{
border-color: #6A3CAF;
}
.TagClassName
{
border-color: #6A3CAF;
}
</style>