Shades of Purple #6C068A
Tints of Purple #6C068A
RGB
CMYK
RGB Variations
Color information
#6C068A (or 0x6C068A) is known color: Purple. HEX triplet: 6C, 06 and 8A. RGB value is (108,6,138). Sum of RGB (Red+Green+Blue) = 108+6+138=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C068A is #93F975. Grayscale: #333333. Windows color (decimal): -9697654 or 9045612. OLE color: 9045612.
HSL color Cylindrical-coordinate representation of color #6C068A: hue angle of 286.36º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C068A is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 6 | 138 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.46 |
| HSL | 286.36º | 0.92% | 0.28% | - |
| HSV(B) | 286.36º | 0.96% | 0.54% | - |
| XYZ | 10.84 | 5.15 | 24.47 | - |
| YUV | 51.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 138 | 0.22 | 0.96 | 0 | 0.46 | 286.36 | 0.92 | 0.28 |
| Hex | 6C | 6 | 8A | 16 | 60 | 0 | 2E | 11E | 5C | 1C |
| Octal | 154 | 6 | 212 | 26 | 140 | 0 | 56 | 436 | 134 | 34 |
| Binary | 1101100 | 110 | 10001010 | 10110 | 1100000 | 0 | 101110 | 100011110 | 1011100 | 11100 |
Color Harmonies of #6C068A
Complementary color
Monochromatic Colors of #6C068A
Black with #6C068A
Text Example
Text Example
White with #6C068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C068A; }
p { color: rgb(108,6,138); }
H1.HeaderClassName
{
color: #6C068A;
}
.AnyTagClassName
{
color: #6C068A;
}
</style>
background-color css
<style>
a { background-color: #6C068A; }
a { background-color: rgb(108,6,138); }
div.DivClassName
{
background-color: #6C068A;
}
.BgClassName
{
background-color: #6C068A;
}
</style>
border-color css
<style>
span { border-color: #6C068A; }
span { border-color: rgb(108,6,138); }
td.TdClassName
{
border-color: #6C068A;
}
.TagClassName
{
border-color: #6C068A;
}
</style>