Shades of Royal Purple #6A44B4
Tints of Royal Purple #6A44B4
RGB
CMYK
RGB Variations
Color information
#6A44B4 (or 0x6A44B4) is known color: Royal Purple. HEX triplet: 6A, 44 and B4. RGB value is (106,68,180). Sum of RGB (Red+Green+Blue) = 106+68+180=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A44B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A44B4 is #95BB4B. Grayscale: #5B5B5B. Windows color (decimal): -9812812 or 11813994. OLE color: 11813994.
HSL color Cylindrical-coordinate representation of color #6A44B4: hue angle of 260.36º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A44B4 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 68 | 180 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.29 |
| HSL | 260.36º | 0.45% | 0.49% | - |
| HSV(B) | 260.36º | 0.62% | 0.71% | - |
| XYZ | 16.25 | 10.49 | 44.35 | - |
| YUV | 92.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 68 | 180 | 0.41 | 0.62 | 0 | 0.29 | 260.36 | 0.45 | 0.49 |
| Hex | 6A | 44 | B4 | 29 | 3E | 0 | 1D | 104 | 2D | 31 |
| Octal | 152 | 104 | 264 | 51 | 76 | 0 | 35 | 404 | 55 | 61 |
| Binary | 1101010 | 1000100 | 10110100 | 101001 | 111110 | 0 | 11101 | 100000100 | 101101 | 110001 |
Color Harmonies of #6A44B4
Complementary color
Monochromatic Colors of #6A44B4
Black with #6A44B4
Text Example
Text Example
White with #6A44B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A44B4; }
p { color: rgb(106,68,180); }
H1.HeaderClassName
{
color: #6A44B4;
}
.AnyTagClassName
{
color: #6A44B4;
}
</style>
background-color css
<style>
a { background-color: #6A44B4; }
a { background-color: rgb(106,68,180); }
div.DivClassName
{
background-color: #6A44B4;
}
.BgClassName
{
background-color: #6A44B4;
}
</style>
border-color css
<style>
span { border-color: #6A44B4; }
span { border-color: rgb(106,68,180); }
td.TdClassName
{
border-color: #6A44B4;
}
.TagClassName
{
border-color: #6A44B4;
}
</style>