Shades of Royal Purple #6F38AC
Tints of Royal Purple #6F38AC
RGB
CMYK
RGB Variations
Color information
#6F38AC (or 0x6F38AC) is known color: Royal Purple. HEX triplet: 6F, 38 and AC. RGB value is (111,56,172). Sum of RGB (Red+Green+Blue) = 111+56+172=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F38AC is #90C753. Grayscale: #555555. Windows color (decimal): -9488212 or 11286639. OLE color: 11286639.
HSL color Cylindrical-coordinate representation of color #6F38AC: hue angle of 268.45º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F38AC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 56 | 172 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.33 |
| HSL | 268.45º | 0.51% | 0.45% | - |
| HSV(B) | 268.45º | 0.67% | 0.67% | - |
| XYZ | 15.42 | 9.19 | 39.99 | - |
| YUV | 85.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 172 | 0.35 | 0.67 | 0 | 0.33 | 268.45 | 0.51 | 0.45 |
| Hex | 6F | 38 | AC | 23 | 43 | 0 | 21 | 10C | 33 | 2D |
| Octal | 157 | 70 | 254 | 43 | 103 | 0 | 41 | 414 | 63 | 55 |
| Binary | 1101111 | 111000 | 10101100 | 100011 | 1000011 | 0 | 100001 | 100001100 | 110011 | 101101 |
Color Harmonies of #6F38AC
Complementary color
Monochromatic Colors of #6F38AC
Black with #6F38AC
Text Example
Text Example
White with #6F38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38AC; }
p { color: rgb(111,56,172); }
H1.HeaderClassName
{
color: #6F38AC;
}
.AnyTagClassName
{
color: #6F38AC;
}
</style>
background-color css
<style>
a { background-color: #6F38AC; }
a { background-color: rgb(111,56,172); }
div.DivClassName
{
background-color: #6F38AC;
}
.BgClassName
{
background-color: #6F38AC;
}
</style>
border-color css
<style>
span { border-color: #6F38AC; }
span { border-color: rgb(111,56,172); }
td.TdClassName
{
border-color: #6F38AC;
}
.TagClassName
{
border-color: #6F38AC;
}
</style>