Shades of Purple #6C057D
Tints of Purple #6C057D
RGB
CMYK
RGB Variations
Color information
#6C057D (or 0x6C057D) is known color: Purple. HEX triplet: 6C, 05 and 7D. RGB value is (108,5,125). Sum of RGB (Red+Green+Blue) = 108+5+125=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C057D is #93FA82. Grayscale: #313131. Windows color (decimal): -9697923 or 8193388. OLE color: 8193388.
HSL color Cylindrical-coordinate representation of color #6C057D: hue angle of 291.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C057D is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 5 | 125 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.51 |
| HSL | 291.5º | 0.92% | 0.25% | - |
| HSV(B) | 291.5º | 0.96% | 0.49% | - |
| XYZ | 9.94 | 4.78 | 19.8 | - |
| YUV | 49.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 125 | 0.14 | 0.96 | 0 | 0.51 | 291.5 | 0.92 | 0.25 |
| Hex | 6C | 5 | 7D | E | 60 | 0 | 33 | 124 | 5C | 19 |
| Octal | 154 | 5 | 175 | 16 | 140 | 0 | 63 | 444 | 134 | 31 |
| Binary | 1101100 | 101 | 1111101 | 1110 | 1100000 | 0 | 110011 | 100100100 | 1011100 | 11001 |
Color Harmonies of #6C057D
Complementary color
Monochromatic Colors of #6C057D
Black with #6C057D
Text Example
Text Example
White with #6C057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C057D; }
p { color: rgb(108,5,125); }
H1.HeaderClassName
{
color: #6C057D;
}
.AnyTagClassName
{
color: #6C057D;
}
</style>
background-color css
<style>
a { background-color: #6C057D; }
a { background-color: rgb(108,5,125); }
div.DivClassName
{
background-color: #6C057D;
}
.BgClassName
{
background-color: #6C057D;
}
</style>
border-color css
<style>
span { border-color: #6C057D; }
span { border-color: rgb(108,5,125); }
td.TdClassName
{
border-color: #6C057D;
}
.TagClassName
{
border-color: #6C057D;
}
</style>