Shades of Purple #6F029A
Tints of Purple #6F029A
RGB
CMYK
RGB Variations
Color information
#6F029A (or 0x6F029A) is known color: Purple. HEX triplet: 6F, 02 and 9A. RGB value is (111,2,154). Sum of RGB (Red+Green+Blue) = 111+2+154=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F029A is #90FD65. Grayscale: #333333. Windows color (decimal): -9502054 or 10093167. OLE color: 10093167.
HSL color Cylindrical-coordinate representation of color #6F029A: hue angle of 283.03º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F029A is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 2 | 154 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.40 |
| HSL | 283.03º | 0.97% | 0.31% | - |
| HSV(B) | 283.03º | 0.99% | 0.6% | - |
| XYZ | 12.41 | 5.76 | 31.03 | - |
| YUV | 51.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 154 | 0.28 | 0.99 | 0 | 0.40 | 283.03 | 0.97 | 0.31 |
| Hex | 6F | 2 | 9A | 1C | 63 | 0 | 28 | 11B | 61 | 1F |
| Octal | 157 | 2 | 232 | 34 | 143 | 0 | 50 | 433 | 141 | 37 |
| Binary | 1101111 | 10 | 10011010 | 11100 | 1100011 | 0 | 101000 | 100011011 | 1100001 | 11111 |
Color Harmonies of #6F029A
Complementary color
Monochromatic Colors of #6F029A
Black with #6F029A
Text Example
Text Example
White with #6F029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F029A; }
p { color: rgb(111,2,154); }
H1.HeaderClassName
{
color: #6F029A;
}
.AnyTagClassName
{
color: #6F029A;
}
</style>
background-color css
<style>
a { background-color: #6F029A; }
a { background-color: rgb(111,2,154); }
div.DivClassName
{
background-color: #6F029A;
}
.BgClassName
{
background-color: #6F029A;
}
</style>
border-color css
<style>
span { border-color: #6F029A; }
span { border-color: rgb(111,2,154); }
td.TdClassName
{
border-color: #6F029A;
}
.TagClassName
{
border-color: #6F029A;
}
</style>