Shades of Purple #6F038A
Tints of Purple #6F038A
RGB
CMYK
RGB Variations
Color information
#6F038A (or 0x6F038A) is known color: Purple. HEX triplet: 6F, 03 and 8A. RGB value is (111,3,138). Sum of RGB (Red+Green+Blue) = 111+3+138=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F038A is #90FC75. Grayscale: #323232. Windows color (decimal): -9501814 or 9044847. OLE color: 9044847.
HSL color Cylindrical-coordinate representation of color #6F038A: hue angle of 288º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F038A is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 3 | 138 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.46 |
| HSL | 288º | 0.96% | 0.28% | - |
| HSV(B) | 288º | 0.98% | 0.54% | - |
| XYZ | 11.18 | 5.28 | 24.47 | - |
| YUV | 50.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 138 | 0.20 | 0.98 | 0 | 0.46 | 288 | 0.96 | 0.28 |
| Hex | 6F | 3 | 8A | 14 | 62 | 0 | 2E | 120 | 60 | 1C |
| Octal | 157 | 3 | 212 | 24 | 142 | 0 | 56 | 440 | 140 | 34 |
| Binary | 1101111 | 11 | 10001010 | 10100 | 1100010 | 0 | 101110 | 100100000 | 1100000 | 11100 |
Color Harmonies of #6F038A
Complementary color
Monochromatic Colors of #6F038A
Black with #6F038A
Text Example
Text Example
White with #6F038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F038A; }
p { color: rgb(111,3,138); }
H1.HeaderClassName
{
color: #6F038A;
}
.AnyTagClassName
{
color: #6F038A;
}
</style>
background-color css
<style>
a { background-color: #6F038A; }
a { background-color: rgb(111,3,138); }
div.DivClassName
{
background-color: #6F038A;
}
.BgClassName
{
background-color: #6F038A;
}
</style>
border-color css
<style>
span { border-color: #6F038A; }
span { border-color: rgb(111,3,138); }
td.TdClassName
{
border-color: #6F038A;
}
.TagClassName
{
border-color: #6F038A;
}
</style>