Shades of Royal Purple #6A338E
Tints of Royal Purple #6A338E
RGB
CMYK
RGB Variations
Color information
#6A338E (or 0x6A338E) is known color: Royal Purple. HEX triplet: 6A, 33 and 8E. RGB value is (106,51,142). Sum of RGB (Red+Green+Blue) = 106+51+142=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A338E is #95CC71. Grayscale: #4D4D4D. Windows color (decimal): -9817202 or 9319274. OLE color: 9319274.
HSL color Cylindrical-coordinate representation of color #6A338E: hue angle of 276.26º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A338E is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 51 | 142 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.44 |
| HSL | 276.26º | 0.47% | 0.38% | - |
| HSV(B) | 276.26º | 0.64% | 0.56% | - |
| XYZ | 12.01 | 7.38 | 26.38 | - |
| YUV | 77.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 142 | 0.25 | 0.64 | 0 | 0.44 | 276.26 | 0.47 | 0.38 |
| Hex | 6A | 33 | 8E | 19 | 40 | 0 | 2C | 114 | 2F | 26 |
| Octal | 152 | 63 | 216 | 31 | 100 | 0 | 54 | 424 | 57 | 46 |
| Binary | 1101010 | 110011 | 10001110 | 11001 | 1000000 | 0 | 101100 | 100010100 | 101111 | 100110 |
Color Harmonies of #6A338E
Complementary color
Monochromatic Colors of #6A338E
Black with #6A338E
Text Example
Text Example
White with #6A338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A338E; }
p { color: rgb(106,51,142); }
H1.HeaderClassName
{
color: #6A338E;
}
.AnyTagClassName
{
color: #6A338E;
}
</style>
background-color css
<style>
a { background-color: #6A338E; }
a { background-color: rgb(106,51,142); }
div.DivClassName
{
background-color: #6A338E;
}
.BgClassName
{
background-color: #6A338E;
}
</style>
border-color css
<style>
span { border-color: #6A338E; }
span { border-color: rgb(106,51,142); }
td.TdClassName
{
border-color: #6A338E;
}
.TagClassName
{
border-color: #6A338E;
}
</style>