Shades of Royal Purple #6F3DA3
Tints of Royal Purple #6F3DA3
RGB
CMYK
RGB Variations
Color information
#6F3DA3 (or 0x6F3DA3) is known color: Royal Purple. HEX triplet: 6F, 3D and A3. RGB value is (111,61,163). Sum of RGB (Red+Green+Blue) = 111+61+163=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F3DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3DA3 is #90C25C. Grayscale: #575757. Windows color (decimal): -9486941 or 10698095. OLE color: 10698095.
HSL color Cylindrical-coordinate representation of color #6F3DA3: hue angle of 269.41º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3DA3 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 61 | 163 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.36 |
| HSL | 269.41º | 0.46% | 0.44% | - |
| HSV(B) | 269.41º | 0.63% | 0.64% | - |
| XYZ | 14.84 | 9.36 | 35.68 | - |
| YUV | 87.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 163 | 0.32 | 0.63 | 0 | 0.36 | 269.41 | 0.46 | 0.44 |
| Hex | 6F | 3D | A3 | 20 | 3F | 0 | 24 | 10D | 2E | 2C |
| Octal | 157 | 75 | 243 | 40 | 77 | 0 | 44 | 415 | 56 | 54 |
| Binary | 1101111 | 111101 | 10100011 | 100000 | 111111 | 0 | 100100 | 100001101 | 101110 | 101100 |
Color Harmonies of #6F3DA3
Complementary color
Monochromatic Colors of #6F3DA3
Black with #6F3DA3
Text Example
Text Example
White with #6F3DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DA3; }
p { color: rgb(111,61,163); }
H1.HeaderClassName
{
color: #6F3DA3;
}
.AnyTagClassName
{
color: #6F3DA3;
}
</style>
background-color css
<style>
a { background-color: #6F3DA3; }
a { background-color: rgb(111,61,163); }
div.DivClassName
{
background-color: #6F3DA3;
}
.BgClassName
{
background-color: #6F3DA3;
}
</style>
border-color css
<style>
span { border-color: #6F3DA3; }
span { border-color: rgb(111,61,163); }
td.TdClassName
{
border-color: #6F3DA3;
}
.TagClassName
{
border-color: #6F3DA3;
}
</style>