Shades of Royal Purple #6F1DA3
Tints of Royal Purple #6F1DA3
RGB
CMYK
RGB Variations
Color information
#6F1DA3 (or 0x6F1DA3) is known color: Royal Purple. HEX triplet: 6F, 1D and A3. RGB value is (111,29,163). Sum of RGB (Red+Green+Blue) = 111+29+163=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F1DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1DA3 is #90E25C. Grayscale: #444444. Windows color (decimal): -9495133 or 10689903. OLE color: 10689903.
HSL color Cylindrical-coordinate representation of color #6F1DA3: hue angle of 276.72º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1DA3 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 29 | 163 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.36 |
| HSL | 276.72º | 0.7% | 0.38% | - |
| HSV(B) | 276.72º | 0.82% | 0.64% | - |
| XYZ | 13.61 | 6.9 | 35.27 | - |
| YUV | 68.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 163 | 0.32 | 0.82 | 0 | 0.36 | 276.72 | 0.7 | 0.38 |
| Hex | 6F | 1D | A3 | 20 | 52 | 0 | 24 | 115 | 46 | 26 |
| Octal | 157 | 35 | 243 | 40 | 122 | 0 | 44 | 425 | 106 | 46 |
| Binary | 1101111 | 11101 | 10100011 | 100000 | 1010010 | 0 | 100100 | 100010101 | 1000110 | 100110 |
Color Harmonies of #6F1DA3
Complementary color
Monochromatic Colors of #6F1DA3
Black with #6F1DA3
Text Example
Text Example
White with #6F1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1DA3; }
p { color: rgb(111,29,163); }
H1.HeaderClassName
{
color: #6F1DA3;
}
.AnyTagClassName
{
color: #6F1DA3;
}
</style>
background-color css
<style>
a { background-color: #6F1DA3; }
a { background-color: rgb(111,29,163); }
div.DivClassName
{
background-color: #6F1DA3;
}
.BgClassName
{
background-color: #6F1DA3;
}
</style>
border-color css
<style>
span { border-color: #6F1DA3; }
span { border-color: rgb(111,29,163); }
td.TdClassName
{
border-color: #6F1DA3;
}
.TagClassName
{
border-color: #6F1DA3;
}
</style>