Shades of Purple #6B077C
Tints of Purple #6B077C
RGB
CMYK
RGB Variations
Color information
#6B077C (or 0x6B077C) is known color: Purple. HEX triplet: 6B, 07 and 7C. RGB value is (107,7,124). Sum of RGB (Red+Green+Blue) = 107+7+124=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B077C is #94F883. Grayscale: #313131. Windows color (decimal): -9762948 or 8128363. OLE color: 8128363.
HSL color Cylindrical-coordinate representation of color #6B077C: hue angle of 291.28º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B077C is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 7 | 124 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.51 |
| HSL | 291.28º | 0.89% | 0.26% | - |
| HSV(B) | 291.28º | 0.94% | 0.49% | - |
| XYZ | 9.78 | 4.73 | 19.47 | - |
| YUV | 50.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 124 | 0.14 | 0.94 | 0 | 0.51 | 291.28 | 0.89 | 0.26 |
| Hex | 6B | 7 | 7C | E | 5E | 0 | 33 | 123 | 59 | 1A |
| Octal | 153 | 7 | 174 | 16 | 136 | 0 | 63 | 443 | 131 | 32 |
| Binary | 1101011 | 111 | 1111100 | 1110 | 1011110 | 0 | 110011 | 100100011 | 1011001 | 11010 |
Color Harmonies of #6B077C
Complementary color
Monochromatic Colors of #6B077C
Black with #6B077C
Text Example
Text Example
White with #6B077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B077C; }
p { color: rgb(107,7,124); }
H1.HeaderClassName
{
color: #6B077C;
}
.AnyTagClassName
{
color: #6B077C;
}
</style>
background-color css
<style>
a { background-color: #6B077C; }
a { background-color: rgb(107,7,124); }
div.DivClassName
{
background-color: #6B077C;
}
.BgClassName
{
background-color: #6B077C;
}
</style>
border-color css
<style>
span { border-color: #6B077C; }
span { border-color: rgb(107,7,124); }
td.TdClassName
{
border-color: #6B077C;
}
.TagClassName
{
border-color: #6B077C;
}
</style>