Shades of Royal Purple #6A2F99
Tints of Royal Purple #6A2F99
RGB
CMYK
RGB Variations
Color information
#6A2F99 (or 0x6A2F99) is known color: Royal Purple. HEX triplet: 6A, 2F and 99. RGB value is (106,47,153). Sum of RGB (Red+Green+Blue) = 106+47+153=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A2F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2F99 is #95D066. Grayscale: #4C4C4C. Windows color (decimal): -9818215 or 10039146. OLE color: 10039146.
HSL color Cylindrical-coordinate representation of color #6A2F99: hue angle of 273.4º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2F99 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 47 | 153 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.4 |
| HSL | 273.4º | 0.53% | 0.39% | - |
| HSV(B) | 273.4º | 0.69% | 0.6% | - |
| XYZ | 12.71 | 7.4 | 30.89 | - |
| YUV | 76.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 47 | 153 | 0.31 | 0.69 | 0 | 0.4 | 273.4 | 0.53 | 0.39 |
| Hex | 6A | 2F | 99 | 1F | 45 | 0 | 28 | 111 | 35 | 27 |
| Octal | 152 | 57 | 231 | 37 | 105 | 0 | 50 | 421 | 65 | 47 |
| Binary | 1101010 | 101111 | 10011001 | 11111 | 1000101 | 0 | 101000 | 100010001 | 110101 | 100111 |
Color Harmonies of #6A2F99
Complementary color
Monochromatic Colors of #6A2F99
Black with #6A2F99
Text Example
Text Example
White with #6A2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2F99; }
p { color: rgb(106,47,153); }
H1.HeaderClassName
{
color: #6A2F99;
}
.AnyTagClassName
{
color: #6A2F99;
}
</style>
background-color css
<style>
a { background-color: #6A2F99; }
a { background-color: rgb(106,47,153); }
div.DivClassName
{
background-color: #6A2F99;
}
.BgClassName
{
background-color: #6A2F99;
}
</style>
border-color css
<style>
span { border-color: #6A2F99; }
span { border-color: rgb(106,47,153); }
td.TdClassName
{
border-color: #6A2F99;
}
.TagClassName
{
border-color: #6A2F99;
}
</style>