Shades of Purple #6C0294
Tints of Purple #6C0294
RGB
CMYK
RGB Variations
Color information
#6C0294 (or 0x6C0294) is known color: Purple. HEX triplet: 6C, 02 and 94. RGB value is (108,2,148). Sum of RGB (Red+Green+Blue) = 108+2+148=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0294 is #93FD6B. Grayscale: #313131. Windows color (decimal): -9698668 or 9699948. OLE color: 9699948.
HSL color Cylindrical-coordinate representation of color #6C0294: hue angle of 283.56º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0294 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 2 | 148 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.42 |
| HSL | 283.56º | 0.97% | 0.29% | - |
| HSV(B) | 283.56º | 0.99% | 0.58% | - |
| XYZ | 11.55 | 5.37 | 28.44 | - |
| YUV | 50.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 148 | 0.27 | 0.99 | 0 | 0.42 | 283.56 | 0.97 | 0.29 |
| Hex | 6C | 2 | 94 | 1B | 63 | 0 | 2A | 11C | 61 | 1D |
| Octal | 154 | 2 | 224 | 33 | 143 | 0 | 52 | 434 | 141 | 35 |
| Binary | 1101100 | 10 | 10010100 | 11011 | 1100011 | 0 | 101010 | 100011100 | 1100001 | 11101 |
Color Harmonies of #6C0294
Complementary color
Monochromatic Colors of #6C0294
Black with #6C0294
Text Example
Text Example
White with #6C0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0294; }
p { color: rgb(108,2,148); }
H1.HeaderClassName
{
color: #6C0294;
}
.AnyTagClassName
{
color: #6C0294;
}
</style>
background-color css
<style>
a { background-color: #6C0294; }
a { background-color: rgb(108,2,148); }
div.DivClassName
{
background-color: #6C0294;
}
.BgClassName
{
background-color: #6C0294;
}
</style>
border-color css
<style>
span { border-color: #6C0294; }
span { border-color: rgb(108,2,148); }
td.TdClassName
{
border-color: #6C0294;
}
.TagClassName
{
border-color: #6C0294;
}
</style>