Shades of Purple #6D028C
Tints of Purple #6D028C
RGB
CMYK
RGB Variations
Color information
#6D028C (or 0x6D028C) is known color: Purple. HEX triplet: 6D, 02 and 8C. RGB value is (109,2,140). Sum of RGB (Red+Green+Blue) = 109+2+140=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D028C is #92FD73. Grayscale: #313131. Windows color (decimal): -9633140 or 9175661. OLE color: 9175661.
HSL color Cylindrical-coordinate representation of color #6D028C: hue angle of 286.52º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D028C is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 2 | 140 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.45 |
| HSL | 286.52º | 0.97% | 0.28% | - |
| HSV(B) | 286.52º | 0.99% | 0.55% | - |
| XYZ | 11.06 | 5.19 | 25.23 | - |
| YUV | 49.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 140 | 0.22 | 0.99 | 0 | 0.45 | 286.52 | 0.97 | 0.28 |
| Hex | 6D | 2 | 8C | 16 | 63 | 0 | 2D | 11F | 61 | 1C |
| Octal | 155 | 2 | 214 | 26 | 143 | 0 | 55 | 437 | 141 | 34 |
| Binary | 1101101 | 10 | 10001100 | 10110 | 1100011 | 0 | 101101 | 100011111 | 1100001 | 11100 |
Color Harmonies of #6D028C
Complementary color
Monochromatic Colors of #6D028C
Black with #6D028C
Text Example
Text Example
White with #6D028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D028C; }
p { color: rgb(109,2,140); }
H1.HeaderClassName
{
color: #6D028C;
}
.AnyTagClassName
{
color: #6D028C;
}
</style>
background-color css
<style>
a { background-color: #6D028C; }
a { background-color: rgb(109,2,140); }
div.DivClassName
{
background-color: #6D028C;
}
.BgClassName
{
background-color: #6D028C;
}
</style>
border-color css
<style>
span { border-color: #6D028C; }
span { border-color: rgb(109,2,140); }
td.TdClassName
{
border-color: #6D028C;
}
.TagClassName
{
border-color: #6D028C;
}
</style>