Shades of Purple #6C0268
Tints of Purple #6C0268
RGB
CMYK
RGB Variations
Color information
#6C0268 (or 0x6C0268) is known color: Purple. HEX triplet: 6C, 02 and 68. RGB value is (108,2,104). Sum of RGB (Red+Green+Blue) = 108+2+104=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0268 is #93FD97. Grayscale: #2D2D2D. Windows color (decimal): -9698712 or 6816364. OLE color: 6816364.
HSL color Cylindrical-coordinate representation of color #6C0268: hue angle of 302.26º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0268 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.58 |
| HSL | 302.26º | 0.96% | 0.22% | - |
| HSV(B) | 302.26º | 0.98% | 0.42% | - |
| XYZ | 8.7 | 4.23 | 13.45 | - |
| YUV | 45.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 104 | 0 | 0.98 | 0.04 | 0.58 | 302.26 | 0.96 | 0.22 |
| Hex | 6C | 2 | 68 | 0 | 62 | 4 | 3A | 12E | 60 | 16 |
| Octal | 154 | 2 | 150 | 0 | 142 | 4 | 72 | 456 | 140 | 26 |
| Binary | 1101100 | 10 | 1101000 | 0 | 1100010 | 100 | 111010 | 100101110 | 1100000 | 10110 |
Color Harmonies of #6C0268
Complementary color
Monochromatic Colors of #6C0268
Black with #6C0268
Text Example
Text Example
White with #6C0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0268; }
p { color: rgb(108,2,104); }
H1.HeaderClassName
{
color: #6C0268;
}
.AnyTagClassName
{
color: #6C0268;
}
</style>
background-color css
<style>
a { background-color: #6C0268; }
a { background-color: rgb(108,2,104); }
div.DivClassName
{
background-color: #6C0268;
}
.BgClassName
{
background-color: #6C0268;
}
</style>
border-color css
<style>
span { border-color: #6C0268; }
span { border-color: rgb(108,2,104); }
td.TdClassName
{
border-color: #6C0268;
}
.TagClassName
{
border-color: #6C0268;
}
</style>