Shades of Royal Purple #6F3DAC
Tints of Royal Purple #6F3DAC
RGB
CMYK
RGB Variations
Color information
#6F3DAC (or 0x6F3DAC) is known color: Royal Purple. HEX triplet: 6F, 3D and AC. RGB value is (111,61,172). Sum of RGB (Red+Green+Blue) = 111+61+172=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3DAC is #90C253. Grayscale: #585858. Windows color (decimal): -9486932 or 11287919. OLE color: 11287919.
HSL color Cylindrical-coordinate representation of color #6F3DAC: hue angle of 267.03º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F3DAC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 61 | 172 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.33 |
| HSL | 267.03º | 0.48% | 0.46% | - |
| HSV(B) | 267.03º | 0.65% | 0.67% | - |
| XYZ | 15.67 | 9.7 | 40.08 | - |
| YUV | 88.6 | 175.07 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 172 | 0.35 | 0.65 | 0 | 0.33 | 267.03 | 0.48 | 0.46 |
| Hex | 6F | 3D | AC | 23 | 41 | 0 | 21 | 10B | 30 | 2E |
| Octal | 157 | 75 | 254 | 43 | 101 | 0 | 41 | 413 | 60 | 56 |
| Binary | 1101111 | 111101 | 10101100 | 100011 | 1000001 | 0 | 100001 | 100001011 | 110000 | 101110 |
Color Harmonies of #6F3DAC
Complementary color
Monochromatic Colors of #6F3DAC
Black with #6F3DAC
Text Example
Text Example
White with #6F3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DAC; }
p { color: rgb(111,61,172); }
H1.HeaderClassName
{
color: #6F3DAC;
}
.AnyTagClassName
{
color: #6F3DAC;
}
</style>
background-color css
<style>
a { background-color: #6F3DAC; }
a { background-color: rgb(111,61,172); }
div.DivClassName
{
background-color: #6F3DAC;
}
.BgClassName
{
background-color: #6F3DAC;
}
</style>
border-color css
<style>
span { border-color: #6F3DAC; }
span { border-color: rgb(111,61,172); }
td.TdClassName
{
border-color: #6F3DAC;
}
.TagClassName
{
border-color: #6F3DAC;
}
</style>