Shades of Purple #6C0467
Tints of Purple #6C0467
RGB
CMYK
RGB Variations
Color information
#6C0467 (or 0x6C0467) is known color: Purple. HEX triplet: 6C, 04 and 67. RGB value is (108,4,103). Sum of RGB (Red+Green+Blue) = 108+4+103=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0467 is #93FB98. Grayscale: #2E2E2E. Windows color (decimal): -9698201 or 6751340. OLE color: 6751340.
HSL color Cylindrical-coordinate representation of color #6C0467: hue angle of 302.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0467 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 103 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.58 |
| HSL | 302.88º | 0.93% | 0.22% | - |
| HSV(B) | 302.88º | 0.96% | 0.42% | - |
| XYZ | 8.68 | 4.25 | 13.2 | - |
| YUV | 46.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 103 | 0 | 0.96 | 0.05 | 0.58 | 302.88 | 0.93 | 0.22 |
| Hex | 6C | 4 | 67 | 0 | 60 | 5 | 3A | 12F | 5D | 16 |
| Octal | 154 | 4 | 147 | 0 | 140 | 5 | 72 | 457 | 135 | 26 |
| Binary | 1101100 | 100 | 1100111 | 0 | 1100000 | 101 | 111010 | 100101111 | 1011101 | 10110 |
Color Harmonies of #6C0467
Complementary color
Monochromatic Colors of #6C0467
Black with #6C0467
Text Example
Text Example
White with #6C0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0467; }
p { color: rgb(108,4,103); }
H1.HeaderClassName
{
color: #6C0467;
}
.AnyTagClassName
{
color: #6C0467;
}
</style>
background-color css
<style>
a { background-color: #6C0467; }
a { background-color: rgb(108,4,103); }
div.DivClassName
{
background-color: #6C0467;
}
.BgClassName
{
background-color: #6C0467;
}
</style>
border-color css
<style>
span { border-color: #6C0467; }
span { border-color: rgb(108,4,103); }
td.TdClassName
{
border-color: #6C0467;
}
.TagClassName
{
border-color: #6C0467;
}
</style>