Shades of Purple #6C028B
Tints of Purple #6C028B
RGB
CMYK
RGB Variations
Color information
#6C028B (or 0x6C028B) is known color: Purple. HEX triplet: 6C, 02 and 8B. RGB value is (108,2,139). Sum of RGB (Red+Green+Blue) = 108+2+139=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C028B is #93FD74. Grayscale: #303030. Windows color (decimal): -9698677 or 9110124. OLE color: 9110124.
HSL color Cylindrical-coordinate representation of color #6C028B: hue angle of 286.42º 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 #6C028B is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 2 | 139 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.45 |
| HSL | 286.42º | 0.97% | 0.28% | - |
| HSV(B) | 286.42º | 0.99% | 0.55% | - |
| XYZ | 10.87 | 5.1 | 24.84 | - |
| YUV | 49.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 139 | 0.22 | 0.99 | 0 | 0.45 | 286.42 | 0.97 | 0.28 |
| Hex | 6C | 2 | 8B | 16 | 63 | 0 | 2D | 11E | 61 | 1C |
| Octal | 154 | 2 | 213 | 26 | 143 | 0 | 55 | 436 | 141 | 34 |
| Binary | 1101100 | 10 | 10001011 | 10110 | 1100011 | 0 | 101101 | 100011110 | 1100001 | 11100 |
Color Harmonies of #6C028B
Complementary color
Monochromatic Colors of #6C028B
Black with #6C028B
Text Example
Text Example
White with #6C028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C028B; }
p { color: rgb(108,2,139); }
H1.HeaderClassName
{
color: #6C028B;
}
.AnyTagClassName
{
color: #6C028B;
}
</style>
background-color css
<style>
a { background-color: #6C028B; }
a { background-color: rgb(108,2,139); }
div.DivClassName
{
background-color: #6C028B;
}
.BgClassName
{
background-color: #6C028B;
}
</style>
border-color css
<style>
span { border-color: #6C028B; }
span { border-color: rgb(108,2,139); }
td.TdClassName
{
border-color: #6C028B;
}
.TagClassName
{
border-color: #6C028B;
}
</style>