Shades of Purple #6D0367
Tints of Purple #6D0367
RGB
CMYK
RGB Variations
Color information
#6D0367 (or 0x6D0367) is known color: Purple. HEX triplet: 6D, 03 and 67. RGB value is (109,3,103). Sum of RGB (Red+Green+Blue) = 109+3+103=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0367 is #92FC98. Grayscale: #2D2D2D. Windows color (decimal): -9632921 or 6751085. OLE color: 6751085.
HSL color Cylindrical-coordinate representation of color #6D0367: hue angle of 303.4º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0367 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 103 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.57 |
| HSL | 303.4º | 0.95% | 0.22% | - |
| HSV(B) | 303.4º | 0.97% | 0.43% | - |
| XYZ | 8.79 | 4.3 | 13.2 | - |
| YUV | 46.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 103 | 0 | 0.97 | 0.06 | 0.57 | 303.4 | 0.95 | 0.22 |
| Hex | 6D | 3 | 67 | 0 | 61 | 6 | 39 | 12F | 5F | 16 |
| Octal | 155 | 3 | 147 | 0 | 141 | 6 | 71 | 457 | 137 | 26 |
| Binary | 1101101 | 11 | 1100111 | 0 | 1100001 | 110 | 111001 | 100101111 | 1011111 | 10110 |
Color Harmonies of #6D0367
Complementary color
Monochromatic Colors of #6D0367
Black with #6D0367
Text Example
Text Example
White with #6D0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0367; }
p { color: rgb(109,3,103); }
H1.HeaderClassName
{
color: #6D0367;
}
.AnyTagClassName
{
color: #6D0367;
}
</style>
background-color css
<style>
a { background-color: #6D0367; }
a { background-color: rgb(109,3,103); }
div.DivClassName
{
background-color: #6D0367;
}
.BgClassName
{
background-color: #6D0367;
}
</style>
border-color css
<style>
span { border-color: #6D0367; }
span { border-color: rgb(109,3,103); }
td.TdClassName
{
border-color: #6D0367;
}
.TagClassName
{
border-color: #6D0367;
}
</style>