Shades of Purple #6F038B
Tints of Purple #6F038B
RGB
CMYK
RGB Variations
Color information
#6F038B (or 0x6F038B) is known color: Purple. HEX triplet: 6F, 03 and 8B. RGB value is (111,3,139). Sum of RGB (Red+Green+Blue) = 111+3+139=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F038B is #90FC74. Grayscale: #323232. Windows color (decimal): -9501813 or 9110383. OLE color: 9110383.
HSL color Cylindrical-coordinate representation of color #6F038B: hue angle of 287.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F038B is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 3 | 139 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.45 |
| HSL | 287.65º | 0.96% | 0.28% | - |
| HSV(B) | 287.65º | 0.98% | 0.55% | - |
| XYZ | 11.25 | 5.31 | 24.86 | - |
| YUV | 50.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 139 | 0.20 | 0.98 | 0 | 0.45 | 287.65 | 0.96 | 0.28 |
| Hex | 6F | 3 | 8B | 14 | 62 | 0 | 2D | 120 | 60 | 1C |
| Octal | 157 | 3 | 213 | 24 | 142 | 0 | 55 | 440 | 140 | 34 |
| Binary | 1101111 | 11 | 10001011 | 10100 | 1100010 | 0 | 101101 | 100100000 | 1100000 | 11100 |
Color Harmonies of #6F038B
Complementary color
Monochromatic Colors of #6F038B
Black with #6F038B
Text Example
Text Example
White with #6F038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F038B; }
p { color: rgb(111,3,139); }
H1.HeaderClassName
{
color: #6F038B;
}
.AnyTagClassName
{
color: #6F038B;
}
</style>
background-color css
<style>
a { background-color: #6F038B; }
a { background-color: rgb(111,3,139); }
div.DivClassName
{
background-color: #6F038B;
}
.BgClassName
{
background-color: #6F038B;
}
</style>
border-color css
<style>
span { border-color: #6F038B; }
span { border-color: rgb(111,3,139); }
td.TdClassName
{
border-color: #6F038B;
}
.TagClassName
{
border-color: #6F038B;
}
</style>