Shades of Purple #6C0389
Tints of Purple #6C0389
RGB
CMYK
RGB Variations
Color information
#6C0389 (or 0x6C0389) is known color: Purple. HEX triplet: 6C, 03 and 89. RGB value is (108,3,137). Sum of RGB (Red+Green+Blue) = 108+3+137=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C0389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0389 is #93FC76. Grayscale: #313131. Windows color (decimal): -9698423 or 8979308. OLE color: 8979308.
HSL color Cylindrical-coordinate representation of color #6C0389: hue angle of 287.01º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0389 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 3 | 137 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.46 |
| HSL | 287.01º | 0.96% | 0.27% | - |
| HSV(B) | 287.01º | 0.98% | 0.54% | - |
| XYZ | 10.73 | 5.06 | 24.08 | - |
| YUV | 49.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 137 | 0.21 | 0.98 | 0 | 0.46 | 287.01 | 0.96 | 0.27 |
| Hex | 6C | 3 | 89 | 15 | 62 | 0 | 2E | 11F | 60 | 1B |
| Octal | 154 | 3 | 211 | 25 | 142 | 0 | 56 | 437 | 140 | 33 |
| Binary | 1101100 | 11 | 10001001 | 10101 | 1100010 | 0 | 101110 | 100011111 | 1100000 | 11011 |
Color Harmonies of #6C0389
Complementary color
Monochromatic Colors of #6C0389
Black with #6C0389
Text Example
Text Example
White with #6C0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0389; }
p { color: rgb(108,3,137); }
H1.HeaderClassName
{
color: #6C0389;
}
.AnyTagClassName
{
color: #6C0389;
}
</style>
background-color css
<style>
a { background-color: #6C0389; }
a { background-color: rgb(108,3,137); }
div.DivClassName
{
background-color: #6C0389;
}
.BgClassName
{
background-color: #6C0389;
}
</style>
border-color css
<style>
span { border-color: #6C0389; }
span { border-color: rgb(108,3,137); }
td.TdClassName
{
border-color: #6C0389;
}
.TagClassName
{
border-color: #6C0389;
}
</style>