Shades of Royal Purple #6A2A92
Tints of Royal Purple #6A2A92
RGB
CMYK
RGB Variations
Color information
#6A2A92 (or 0x6A2A92) is known color: Royal Purple. HEX triplet: 6A, 2A and 92. RGB value is (106,42,146). Sum of RGB (Red+Green+Blue) = 106+42+146=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2A92 is #95D56D. Grayscale: #484848. Windows color (decimal): -9819502 or 9579114. OLE color: 9579114.
HSL color Cylindrical-coordinate representation of color #6A2A92: hue angle of 276.92º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A2A92 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 42 | 146 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.43 |
| HSL | 276.92º | 0.55% | 0.37% | - |
| HSV(B) | 276.92º | 0.71% | 0.57% | - |
| XYZ | 11.96 | 6.8 | 27.88 | - |
| YUV | 72.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 146 | 0.27 | 0.71 | 0 | 0.43 | 276.92 | 0.55 | 0.37 |
| Hex | 6A | 2A | 92 | 1B | 47 | 0 | 2B | 115 | 37 | 25 |
| Octal | 152 | 52 | 222 | 33 | 107 | 0 | 53 | 425 | 67 | 45 |
| Binary | 1101010 | 101010 | 10010010 | 11011 | 1000111 | 0 | 101011 | 100010101 | 110111 | 100101 |
Color Harmonies of #6A2A92
Complementary color
Monochromatic Colors of #6A2A92
Black with #6A2A92
Text Example
Text Example
White with #6A2A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A92; }
p { color: rgb(106,42,146); }
H1.HeaderClassName
{
color: #6A2A92;
}
.AnyTagClassName
{
color: #6A2A92;
}
</style>
background-color css
<style>
a { background-color: #6A2A92; }
a { background-color: rgb(106,42,146); }
div.DivClassName
{
background-color: #6A2A92;
}
.BgClassName
{
background-color: #6A2A92;
}
</style>
border-color css
<style>
span { border-color: #6A2A92; }
span { border-color: rgb(106,42,146); }
td.TdClassName
{
border-color: #6A2A92;
}
.TagClassName
{
border-color: #6A2A92;
}
</style>