Shades of Royal Purple #6A46B0
Tints of Royal Purple #6A46B0
RGB
CMYK
RGB Variations
Color information
#6A46B0 (or 0x6A46B0) is known color: Royal Purple. HEX triplet: 6A, 46 and B0. RGB value is (106,70,176). Sum of RGB (Red+Green+Blue) = 106+70+176=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #6A46B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A46B0 is #95B94F. Grayscale: #5C5C5C. Windows color (decimal): -9812304 or 11552362. OLE color: 11552362.
HSL color Cylindrical-coordinate representation of color #6A46B0: hue angle of 260.38º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A46B0 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 70 | 176 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.31 |
| HSL | 260.38º | 0.43% | 0.48% | - |
| HSV(B) | 260.38º | 0.6% | 0.69% | - |
| XYZ | 15.97 | 10.58 | 42.27 | - |
| YUV | 92.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 176 | 0.40 | 0.60 | 0 | 0.31 | 260.38 | 0.43 | 0.48 |
| Hex | 6A | 46 | B0 | 28 | 3C | 0 | 1F | 104 | 2B | 30 |
| Octal | 152 | 106 | 260 | 50 | 74 | 0 | 37 | 404 | 53 | 60 |
| Binary | 1101010 | 1000110 | 10110000 | 101000 | 111100 | 0 | 11111 | 100000100 | 101011 | 110000 |
Color Harmonies of #6A46B0
Complementary color
Monochromatic Colors of #6A46B0
Black with #6A46B0
Text Example
Text Example
White with #6A46B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A46B0; }
p { color: rgb(106,70,176); }
H1.HeaderClassName
{
color: #6A46B0;
}
.AnyTagClassName
{
color: #6A46B0;
}
</style>
background-color css
<style>
a { background-color: #6A46B0; }
a { background-color: rgb(106,70,176); }
div.DivClassName
{
background-color: #6A46B0;
}
.BgClassName
{
background-color: #6A46B0;
}
</style>
border-color css
<style>
span { border-color: #6A46B0; }
span { border-color: rgb(106,70,176); }
td.TdClassName
{
border-color: #6A46B0;
}
.TagClassName
{
border-color: #6A46B0;
}
</style>