Shades of Purple #6C0190
Tints of Purple #6C0190
RGB
CMYK
RGB Variations
Color information
#6C0190 (or 0x6C0190) is known color: Purple. HEX triplet: 6C, 01 and 90. RGB value is (108,1,144). Sum of RGB (Red+Green+Blue) = 108+1+144=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C0190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0190 is #93FE6F. Grayscale: #303030. Windows color (decimal): -9698928 or 9437548. OLE color: 9437548.
HSL color Cylindrical-coordinate representation of color #6C0190: hue angle of 284.9º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0190 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 1 | 144 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.44 |
| HSL | 284.9º | 0.99% | 0.28% | - |
| HSV(B) | 284.9º | 0.99% | 0.56% | - |
| XYZ | 11.23 | 5.22 | 26.8 | - |
| YUV | 49.3 | 181.45 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 144 | 0.25 | 0.99 | 0 | 0.44 | 284.9 | 0.99 | 0.28 |
| Hex | 6C | 1 | 90 | 19 | 63 | 0 | 2C | 11D | 63 | 1C |
| Octal | 154 | 1 | 220 | 31 | 143 | 0 | 54 | 435 | 143 | 34 |
| Binary | 1101100 | 1 | 10010000 | 11001 | 1100011 | 0 | 101100 | 100011101 | 1100011 | 11100 |
Color Harmonies of #6C0190
Complementary color
Monochromatic Colors of #6C0190
Black with #6C0190
Text Example
Text Example
White with #6C0190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0190; }
p { color: rgb(108,1,144); }
H1.HeaderClassName
{
color: #6C0190;
}
.AnyTagClassName
{
color: #6C0190;
}
</style>
background-color css
<style>
a { background-color: #6C0190; }
a { background-color: rgb(108,1,144); }
div.DivClassName
{
background-color: #6C0190;
}
.BgClassName
{
background-color: #6C0190;
}
</style>
border-color css
<style>
span { border-color: #6C0190; }
span { border-color: rgb(108,1,144); }
td.TdClassName
{
border-color: #6C0190;
}
.TagClassName
{
border-color: #6C0190;
}
</style>