Shades of Royal Purple #6A40A4
Tints of Royal Purple #6A40A4
RGB
CMYK
RGB Variations
Color information
#6A40A4 (or 0x6A40A4) is known color: Royal Purple. HEX triplet: 6A, 40 and A4. RGB value is (106,64,164). Sum of RGB (Red+Green+Blue) = 106+64+164=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #6A40A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A40A4 is #95BF5B. Grayscale: #575757. Windows color (decimal): -9813852 or 10764394. OLE color: 10764394.
HSL color Cylindrical-coordinate representation of color #6A40A4: hue angle of 265.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A40A4 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 64 | 164 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.36 |
| HSL | 265.2º | 0.44% | 0.45% | - |
| HSV(B) | 265.2º | 0.61% | 0.64% | - |
| XYZ | 14.48 | 9.41 | 36.18 | - |
| YUV | 87.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 164 | 0.35 | 0.61 | 0 | 0.36 | 265.2 | 0.44 | 0.45 |
| Hex | 6A | 40 | A4 | 23 | 3D | 0 | 24 | 109 | 2C | 2D |
| Octal | 152 | 100 | 244 | 43 | 75 | 0 | 44 | 411 | 54 | 55 |
| Binary | 1101010 | 1000000 | 10100100 | 100011 | 111101 | 0 | 100100 | 100001001 | 101100 | 101101 |
Color Harmonies of #6A40A4
Complementary color
Monochromatic Colors of #6A40A4
Black with #6A40A4
Text Example
Text Example
White with #6A40A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A40A4; }
p { color: rgb(106,64,164); }
H1.HeaderClassName
{
color: #6A40A4;
}
.AnyTagClassName
{
color: #6A40A4;
}
</style>
background-color css
<style>
a { background-color: #6A40A4; }
a { background-color: rgb(106,64,164); }
div.DivClassName
{
background-color: #6A40A4;
}
.BgClassName
{
background-color: #6A40A4;
}
</style>
border-color css
<style>
span { border-color: #6A40A4; }
span { border-color: rgb(106,64,164); }
td.TdClassName
{
border-color: #6A40A4;
}
.TagClassName
{
border-color: #6A40A4;
}
</style>