Shades of Royal Purple #6F3F9D
Tints of Royal Purple #6F3F9D
RGB
CMYK
RGB Variations
Color information
#6F3F9D (or 0x6F3F9D) is known color: Royal Purple. HEX triplet: 6F, 3F and 9D. RGB value is (111,63,157). Sum of RGB (Red+Green+Blue) = 111+63+157=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F3F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3F9D is #90C062. Grayscale: #575757. Windows color (decimal): -9486435 or 10305391. OLE color: 10305391.
HSL color Cylindrical-coordinate representation of color #6F3F9D: hue angle of 270.64º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F3F9D is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 63 | 157 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.38 |
| HSL | 270.64º | 0.43% | 0.43% | - |
| HSV(B) | 270.64º | 0.6% | 0.62% | - |
| XYZ | 14.42 | 9.37 | 32.95 | - |
| YUV | 88.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 157 | 0.29 | 0.60 | 0 | 0.38 | 270.64 | 0.43 | 0.43 |
| Hex | 6F | 3F | 9D | 1D | 3C | 0 | 26 | 10F | 2B | 2B |
| Octal | 157 | 77 | 235 | 35 | 74 | 0 | 46 | 417 | 53 | 53 |
| Binary | 1101111 | 111111 | 10011101 | 11101 | 111100 | 0 | 100110 | 100001111 | 101011 | 101011 |
Color Harmonies of #6F3F9D
Complementary color
Monochromatic Colors of #6F3F9D
Black with #6F3F9D
Text Example
Text Example
White with #6F3F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F9D; }
p { color: rgb(111,63,157); }
H1.HeaderClassName
{
color: #6F3F9D;
}
.AnyTagClassName
{
color: #6F3F9D;
}
</style>
background-color css
<style>
a { background-color: #6F3F9D; }
a { background-color: rgb(111,63,157); }
div.DivClassName
{
background-color: #6F3F9D;
}
.BgClassName
{
background-color: #6F3F9D;
}
</style>
border-color css
<style>
span { border-color: #6F3F9D; }
span { border-color: rgb(111,63,157); }
td.TdClassName
{
border-color: #6F3F9D;
}
.TagClassName
{
border-color: #6F3F9D;
}
</style>