Shades of Royal Purple #6F34AA
Tints of Royal Purple #6F34AA
RGB
CMYK
RGB Variations
Color information
#6F34AA (or 0x6F34AA) is known color: Royal Purple. HEX triplet: 6F, 34 and AA. RGB value is (111,52,170). Sum of RGB (Red+Green+Blue) = 111+52+170=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F34AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F34AA is #90CB55. Grayscale: #525252. Windows color (decimal): -9489238 or 11154543. OLE color: 11154543.
HSL color Cylindrical-coordinate representation of color #6F34AA: hue angle of 270º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F34AA is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 52 | 170 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.33 |
| HSL | 270º | 0.53% | 0.44% | - |
| HSV(B) | 270º | 0.69% | 0.67% | - |
| XYZ | 15.04 | 8.74 | 38.92 | - |
| YUV | 83.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 170 | 0.35 | 0.69 | 0 | 0.33 | 270 | 0.53 | 0.44 |
| Hex | 6F | 34 | AA | 23 | 45 | 0 | 21 | 10E | 35 | 2C |
| Octal | 157 | 64 | 252 | 43 | 105 | 0 | 41 | 416 | 65 | 54 |
| Binary | 1101111 | 110100 | 10101010 | 100011 | 1000101 | 0 | 100001 | 100001110 | 110101 | 101100 |
Color Harmonies of #6F34AA
Complementary color
Monochromatic Colors of #6F34AA
Black with #6F34AA
Text Example
Text Example
White with #6F34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34AA; }
p { color: rgb(111,52,170); }
H1.HeaderClassName
{
color: #6F34AA;
}
.AnyTagClassName
{
color: #6F34AA;
}
</style>
background-color css
<style>
a { background-color: #6F34AA; }
a { background-color: rgb(111,52,170); }
div.DivClassName
{
background-color: #6F34AA;
}
.BgClassName
{
background-color: #6F34AA;
}
</style>
border-color css
<style>
span { border-color: #6F34AA; }
span { border-color: rgb(111,52,170); }
td.TdClassName
{
border-color: #6F34AA;
}
.TagClassName
{
border-color: #6F34AA;
}
</style>