Shades of Purple #6F039B
Tints of Purple #6F039B
RGB
CMYK
RGB Variations
Color information
#6F039B (or 0x6F039B) is known color: Purple. HEX triplet: 6F, 03 and 9B. RGB value is (111,3,155). Sum of RGB (Red+Green+Blue) = 111+3+155=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F039B is #90FC64. Grayscale: #343434. Windows color (decimal): -9501797 or 10158959. OLE color: 10158959.
HSL color Cylindrical-coordinate representation of color #6F039B: hue angle of 282.63º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F039B is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 3 | 155 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.39 |
| HSL | 282.63º | 0.96% | 0.31% | - |
| HSV(B) | 282.63º | 0.98% | 0.61% | - |
| XYZ | 12.5 | 5.81 | 31.47 | - |
| YUV | 52.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 155 | 0.28 | 0.98 | 0 | 0.39 | 282.63 | 0.96 | 0.31 |
| Hex | 6F | 3 | 9B | 1C | 62 | 0 | 27 | 11B | 60 | 1F |
| Octal | 157 | 3 | 233 | 34 | 142 | 0 | 47 | 433 | 140 | 37 |
| Binary | 1101111 | 11 | 10011011 | 11100 | 1100010 | 0 | 100111 | 100011011 | 1100000 | 11111 |
Color Harmonies of #6F039B
Complementary color
Monochromatic Colors of #6F039B
Black with #6F039B
Text Example
Text Example
White with #6F039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F039B; }
p { color: rgb(111,3,155); }
H1.HeaderClassName
{
color: #6F039B;
}
.AnyTagClassName
{
color: #6F039B;
}
</style>
background-color css
<style>
a { background-color: #6F039B; }
a { background-color: rgb(111,3,155); }
div.DivClassName
{
background-color: #6F039B;
}
.BgClassName
{
background-color: #6F039B;
}
</style>
border-color css
<style>
span { border-color: #6F039B; }
span { border-color: rgb(111,3,155); }
td.TdClassName
{
border-color: #6F039B;
}
.TagClassName
{
border-color: #6F039B;
}
</style>