Shades of Royal Purple #6A3DAB
Tints of Royal Purple #6A3DAB
RGB
CMYK
RGB Variations
Color information
#6A3DAB (or 0x6A3DAB) is known color: Royal Purple. HEX triplet: 6A, 3D and AB. RGB value is (106,61,171). Sum of RGB (Red+Green+Blue) = 106+61+171=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A3DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3DAB is #95C254. Grayscale: #565656. Windows color (decimal): -9814613 or 11222378. OLE color: 11222378.
HSL color Cylindrical-coordinate representation of color #6A3DAB: hue angle of 264.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A3DAB is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 61 | 171 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.33 |
| HSL | 264.55º | 0.47% | 0.45% | - |
| HSV(B) | 264.55º | 0.64% | 0.67% | - |
| XYZ | 14.96 | 9.34 | 39.54 | - |
| YUV | 87 | 175.41 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 61 | 171 | 0.38 | 0.64 | 0 | 0.33 | 264.55 | 0.47 | 0.45 |
| Hex | 6A | 3D | AB | 26 | 40 | 0 | 21 | 109 | 2F | 2D |
| Octal | 152 | 75 | 253 | 46 | 100 | 0 | 41 | 411 | 57 | 55 |
| Binary | 1101010 | 111101 | 10101011 | 100110 | 1000000 | 0 | 100001 | 100001001 | 101111 | 101101 |
Color Harmonies of #6A3DAB
Complementary color
Monochromatic Colors of #6A3DAB
Black with #6A3DAB
Text Example
Text Example
White with #6A3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3DAB; }
p { color: rgb(106,61,171); }
H1.HeaderClassName
{
color: #6A3DAB;
}
.AnyTagClassName
{
color: #6A3DAB;
}
</style>
background-color css
<style>
a { background-color: #6A3DAB; }
a { background-color: rgb(106,61,171); }
div.DivClassName
{
background-color: #6A3DAB;
}
.BgClassName
{
background-color: #6A3DAB;
}
</style>
border-color css
<style>
span { border-color: #6A3DAB; }
span { border-color: rgb(106,61,171); }
td.TdClassName
{
border-color: #6A3DAB;
}
.TagClassName
{
border-color: #6A3DAB;
}
</style>