Shades of Purple #6C148A
Tints of Purple #6C148A
RGB
CMYK
RGB Variations
Color information
#6C148A (or 0x6C148A) is known color: Purple. HEX triplet: 6C, 14 and 8A. RGB value is (108,20,138). Sum of RGB (Red+Green+Blue) = 108+20+138=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C148A is #93EB75. Grayscale: #3B3B3B. Windows color (decimal): -9694070 or 9049196. OLE color: 9049196.
HSL color Cylindrical-coordinate representation of color #6C148A: hue angle of 284.75º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C148A is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 20 | 138 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.46 |
| HSL | 284.75º | 0.75% | 0.31% | - |
| HSV(B) | 284.75º | 0.86% | 0.54% | - |
| XYZ | 11.02 | 5.52 | 24.53 | - |
| YUV | 59.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 138 | 0.22 | 0.86 | 0 | 0.46 | 284.75 | 0.75 | 0.31 |
| Hex | 6C | 14 | 8A | 16 | 56 | 0 | 2E | 11D | 4B | 1F |
| Octal | 154 | 24 | 212 | 26 | 126 | 0 | 56 | 435 | 113 | 37 |
| Binary | 1101100 | 10100 | 10001010 | 10110 | 1010110 | 0 | 101110 | 100011101 | 1001011 | 11111 |
Color Harmonies of #6C148A
Complementary color
Monochromatic Colors of #6C148A
Black with #6C148A
Text Example
Text Example
White with #6C148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C148A; }
p { color: rgb(108,20,138); }
H1.HeaderClassName
{
color: #6C148A;
}
.AnyTagClassName
{
color: #6C148A;
}
</style>
background-color css
<style>
a { background-color: #6C148A; }
a { background-color: rgb(108,20,138); }
div.DivClassName
{
background-color: #6C148A;
}
.BgClassName
{
background-color: #6C148A;
}
</style>
border-color css
<style>
span { border-color: #6C148A; }
span { border-color: rgb(108,20,138); }
td.TdClassName
{
border-color: #6C148A;
}
.TagClassName
{
border-color: #6C148A;
}
</style>