Shades of Royal Purple #6F36AD
Tints of Royal Purple #6F36AD
RGB
CMYK
RGB Variations
Color information
#6F36AD (or 0x6F36AD) is known color: Royal Purple. HEX triplet: 6F, 36 and AD. RGB value is (111,54,173). Sum of RGB (Red+Green+Blue) = 111+54+173=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F36AD is #90C952. Grayscale: #545454. Windows color (decimal): -9488723 or 11351663. OLE color: 11351663.
HSL color Cylindrical-coordinate representation of color #6F36AD: hue angle of 268.74º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F36AD is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 54 | 173 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.32 |
| HSL | 268.74º | 0.52% | 0.45% | - |
| HSV(B) | 268.74º | 0.69% | 0.68% | - |
| XYZ | 15.42 | 9.03 | 40.47 | - |
| YUV | 84.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 173 | 0.36 | 0.69 | 0 | 0.32 | 268.74 | 0.52 | 0.45 |
| Hex | 6F | 36 | AD | 24 | 45 | 0 | 20 | 10D | 34 | 2D |
| Octal | 157 | 66 | 255 | 44 | 105 | 0 | 40 | 415 | 64 | 55 |
| Binary | 1101111 | 110110 | 10101101 | 100100 | 1000101 | 0 | 100000 | 100001101 | 110100 | 101101 |
Color Harmonies of #6F36AD
Complementary color
Monochromatic Colors of #6F36AD
Black with #6F36AD
Text Example
Text Example
White with #6F36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F36AD; }
p { color: rgb(111,54,173); }
H1.HeaderClassName
{
color: #6F36AD;
}
.AnyTagClassName
{
color: #6F36AD;
}
</style>
background-color css
<style>
a { background-color: #6F36AD; }
a { background-color: rgb(111,54,173); }
div.DivClassName
{
background-color: #6F36AD;
}
.BgClassName
{
background-color: #6F36AD;
}
</style>
border-color css
<style>
span { border-color: #6F36AD; }
span { border-color: rgb(111,54,173); }
td.TdClassName
{
border-color: #6F36AD;
}
.TagClassName
{
border-color: #6F36AD;
}
</style>