Shades of Purple #6C0565
Tints of Purple #6C0565
RGB
CMYK
RGB Variations
Color information
#6C0565 (or 0x6C0565) is known color: Purple. HEX triplet: 6C, 05 and 65. RGB value is (108,5,101). Sum of RGB (Red+Green+Blue) = 108+5+101=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0565 is #93FA9A. Grayscale: #2E2E2E. Windows color (decimal): -9697947 or 6620524. OLE color: 6620524.
HSL color Cylindrical-coordinate representation of color #6C0565: hue angle of 304.08º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0565 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 101 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.58 |
| HSL | 304.08º | 0.91% | 0.22% | - |
| HSV(B) | 304.08º | 0.95% | 0.42% | - |
| XYZ | 8.59 | 4.24 | 12.68 | - |
| YUV | 46.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 101 | 0 | 0.95 | 0.06 | 0.58 | 304.08 | 0.91 | 0.22 |
| Hex | 6C | 5 | 65 | 0 | 5F | 6 | 3A | 130 | 5B | 16 |
| Octal | 154 | 5 | 145 | 0 | 137 | 6 | 72 | 460 | 133 | 26 |
| Binary | 1101100 | 101 | 1100101 | 0 | 1011111 | 110 | 111010 | 100110000 | 1011011 | 10110 |
Color Harmonies of #6C0565
Complementary color
Monochromatic Colors of #6C0565
Black with #6C0565
Text Example
Text Example
White with #6C0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0565; }
p { color: rgb(108,5,101); }
H1.HeaderClassName
{
color: #6C0565;
}
.AnyTagClassName
{
color: #6C0565;
}
</style>
background-color css
<style>
a { background-color: #6C0565; }
a { background-color: rgb(108,5,101); }
div.DivClassName
{
background-color: #6C0565;
}
.BgClassName
{
background-color: #6C0565;
}
</style>
border-color css
<style>
span { border-color: #6C0565; }
span { border-color: rgb(108,5,101); }
td.TdClassName
{
border-color: #6C0565;
}
.TagClassName
{
border-color: #6C0565;
}
</style>