Shades of Royal Purple #6F30AB
Tints of Royal Purple #6F30AB
RGB
CMYK
RGB Variations
Color information
#6F30AB (or 0x6F30AB) is known color: Royal Purple. HEX triplet: 6F, 30 and AB. RGB value is (111,48,171). Sum of RGB (Red+Green+Blue) = 111+48+171=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F30AB is #90CF54. Grayscale: #505050. Windows color (decimal): -9490261 or 11219055. OLE color: 11219055.
HSL color Cylindrical-coordinate representation of color #6F30AB: hue angle of 270.73º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F30AB is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 48 | 171 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.33 |
| HSL | 270.73º | 0.56% | 0.43% | - |
| HSV(B) | 270.73º | 0.72% | 0.67% | - |
| XYZ | 14.96 | 8.43 | 39.37 | - |
| YUV | 80.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 171 | 0.35 | 0.72 | 0 | 0.33 | 270.73 | 0.56 | 0.43 |
| Hex | 6F | 30 | AB | 23 | 48 | 0 | 21 | 10F | 38 | 2B |
| Octal | 157 | 60 | 253 | 43 | 110 | 0 | 41 | 417 | 70 | 53 |
| Binary | 1101111 | 110000 | 10101011 | 100011 | 1001000 | 0 | 100001 | 100001111 | 111000 | 101011 |
Color Harmonies of #6F30AB
Complementary color
Monochromatic Colors of #6F30AB
Black with #6F30AB
Text Example
Text Example
White with #6F30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F30AB; }
p { color: rgb(111,48,171); }
H1.HeaderClassName
{
color: #6F30AB;
}
.AnyTagClassName
{
color: #6F30AB;
}
</style>
background-color css
<style>
a { background-color: #6F30AB; }
a { background-color: rgb(111,48,171); }
div.DivClassName
{
background-color: #6F30AB;
}
.BgClassName
{
background-color: #6F30AB;
}
</style>
border-color css
<style>
span { border-color: #6F30AB; }
span { border-color: rgb(111,48,171); }
td.TdClassName
{
border-color: #6F30AB;
}
.TagClassName
{
border-color: #6F30AB;
}
</style>