Shades of Purple #6C0290
Tints of Purple #6C0290
RGB
CMYK
RGB Variations
Color information
#6C0290 (or 0x6C0290) is known color: Purple. HEX triplet: 6C, 02 and 90. RGB value is (108,2,144). Sum of RGB (Red+Green+Blue) = 108+2+144=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C0290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0290 is #93FD6F. Grayscale: #313131. Windows color (decimal): -9698672 or 9437804. OLE color: 9437804.
HSL color Cylindrical-coordinate representation of color #6C0290: hue angle of 284.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0290 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 2 | 144 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.44 |
| HSL | 284.79º | 0.97% | 0.29% | - |
| HSV(B) | 284.79º | 0.99% | 0.56% | - |
| XYZ | 11.24 | 5.25 | 26.81 | - |
| YUV | 49.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 144 | 0.25 | 0.99 | 0 | 0.44 | 284.79 | 0.97 | 0.29 |
| Hex | 6C | 2 | 90 | 19 | 63 | 0 | 2C | 11D | 61 | 1D |
| Octal | 154 | 2 | 220 | 31 | 143 | 0 | 54 | 435 | 141 | 35 |
| Binary | 1101100 | 10 | 10010000 | 11001 | 1100011 | 0 | 101100 | 100011101 | 1100001 | 11101 |
Color Harmonies of #6C0290
Complementary color
Monochromatic Colors of #6C0290
Black with #6C0290
Text Example
Text Example
White with #6C0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0290; }
p { color: rgb(108,2,144); }
H1.HeaderClassName
{
color: #6C0290;
}
.AnyTagClassName
{
color: #6C0290;
}
</style>
background-color css
<style>
a { background-color: #6C0290; }
a { background-color: rgb(108,2,144); }
div.DivClassName
{
background-color: #6C0290;
}
.BgClassName
{
background-color: #6C0290;
}
</style>
border-color css
<style>
span { border-color: #6C0290; }
span { border-color: rgb(108,2,144); }
td.TdClassName
{
border-color: #6C0290;
}
.TagClassName
{
border-color: #6C0290;
}
</style>