Shades of Royal Purple #6A44AF
Tints of Royal Purple #6A44AF
RGB
CMYK
RGB Variations
Color information
#6A44AF (or 0x6A44AF) is known color: Royal Purple. HEX triplet: 6A, 44 and AF. RGB value is (106,68,175). Sum of RGB (Red+Green+Blue) = 106+68+175=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A44AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A44AF is #95BB50. Grayscale: #5B5B5B. Windows color (decimal): -9812817 or 11486314. OLE color: 11486314.
HSL color Cylindrical-coordinate representation of color #6A44AF: hue angle of 261.31º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A44AF is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 68 | 175 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.31 |
| HSL | 261.31º | 0.44% | 0.48% | - |
| HSV(B) | 261.31º | 0.61% | 0.69% | - |
| XYZ | 15.75 | 10.29 | 41.71 | - |
| YUV | 91.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 68 | 175 | 0.39 | 0.61 | 0 | 0.31 | 261.31 | 0.44 | 0.48 |
| Hex | 6A | 44 | AF | 27 | 3D | 0 | 1F | 105 | 2C | 30 |
| Octal | 152 | 104 | 257 | 47 | 75 | 0 | 37 | 405 | 54 | 60 |
| Binary | 1101010 | 1000100 | 10101111 | 100111 | 111101 | 0 | 11111 | 100000101 | 101100 | 110000 |
Color Harmonies of #6A44AF
Complementary color
Monochromatic Colors of #6A44AF
Black with #6A44AF
Text Example
Text Example
White with #6A44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A44AF; }
p { color: rgb(106,68,175); }
H1.HeaderClassName
{
color: #6A44AF;
}
.AnyTagClassName
{
color: #6A44AF;
}
</style>
background-color css
<style>
a { background-color: #6A44AF; }
a { background-color: rgb(106,68,175); }
div.DivClassName
{
background-color: #6A44AF;
}
.BgClassName
{
background-color: #6A44AF;
}
</style>
border-color css
<style>
span { border-color: #6A44AF; }
span { border-color: rgb(106,68,175); }
td.TdClassName
{
border-color: #6A44AF;
}
.TagClassName
{
border-color: #6A44AF;
}
</style>