Shades of Purple #6F028A
Tints of Purple #6F028A
RGB
CMYK
RGB Variations
Color information
#6F028A (or 0x6F028A) is known color: Purple. HEX triplet: 6F, 02 and 8A. RGB value is (111,2,138). Sum of RGB (Red+Green+Blue) = 111+2+138=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F028A is #90FD75. Grayscale: #313131. Windows color (decimal): -9502070 or 9044591. OLE color: 9044591.
HSL color Cylindrical-coordinate representation of color #6F028A: hue angle of 288.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F028A is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 2 | 138 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.46 |
| HSL | 288.09º | 0.97% | 0.27% | - |
| HSV(B) | 288.09º | 0.99% | 0.54% | - |
| XYZ | 11.16 | 5.26 | 24.47 | - |
| YUV | 50.1 | 177.61 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 138 | 0.20 | 0.99 | 0 | 0.46 | 288.09 | 0.97 | 0.27 |
| Hex | 6F | 2 | 8A | 14 | 63 | 0 | 2E | 120 | 61 | 1B |
| Octal | 157 | 2 | 212 | 24 | 143 | 0 | 56 | 440 | 141 | 33 |
| Binary | 1101111 | 10 | 10001010 | 10100 | 1100011 | 0 | 101110 | 100100000 | 1100001 | 11011 |
Color Harmonies of #6F028A
Complementary color
Monochromatic Colors of #6F028A
Black with #6F028A
Text Example
Text Example
White with #6F028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F028A; }
p { color: rgb(111,2,138); }
H1.HeaderClassName
{
color: #6F028A;
}
.AnyTagClassName
{
color: #6F028A;
}
</style>
background-color css
<style>
a { background-color: #6F028A; }
a { background-color: rgb(111,2,138); }
div.DivClassName
{
background-color: #6F028A;
}
.BgClassName
{
background-color: #6F028A;
}
</style>
border-color css
<style>
span { border-color: #6F028A; }
span { border-color: rgb(111,2,138); }
td.TdClassName
{
border-color: #6F028A;
}
.TagClassName
{
border-color: #6F028A;
}
</style>