Shades of Purple #6C0373
Tints of Purple #6C0373
RGB
CMYK
RGB Variations
Color information
#6C0373 (or 0x6C0373) is known color: Purple. HEX triplet: 6C, 03 and 73. RGB value is (108,3,115). Sum of RGB (Red+Green+Blue) = 108+3+115=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C0373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0373 is #93FC8C. Grayscale: #2E2E2E. Windows color (decimal): -9698445 or 7537516. OLE color: 7537516.
HSL color Cylindrical-coordinate representation of color #6C0373: hue angle of 296.25º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0373 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 3 | 115 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.55 |
| HSL | 296.25º | 0.95% | 0.23% | - |
| HSV(B) | 296.25º | 0.97% | 0.45% | - |
| XYZ | 9.31 | 4.49 | 16.6 | - |
| YUV | 47.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 115 | 0.06 | 0.97 | 0 | 0.55 | 296.25 | 0.95 | 0.23 |
| Hex | 6C | 3 | 73 | 6 | 61 | 0 | 37 | 128 | 5F | 17 |
| Octal | 154 | 3 | 163 | 6 | 141 | 0 | 67 | 450 | 137 | 27 |
| Binary | 1101100 | 11 | 1110011 | 110 | 1100001 | 0 | 110111 | 100101000 | 1011111 | 10111 |
Color Harmonies of #6C0373
Complementary color
Monochromatic Colors of #6C0373
Black with #6C0373
Text Example
Text Example
White with #6C0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0373; }
p { color: rgb(108,3,115); }
H1.HeaderClassName
{
color: #6C0373;
}
.AnyTagClassName
{
color: #6C0373;
}
</style>
background-color css
<style>
a { background-color: #6C0373; }
a { background-color: rgb(108,3,115); }
div.DivClassName
{
background-color: #6C0373;
}
.BgClassName
{
background-color: #6C0373;
}
</style>
border-color css
<style>
span { border-color: #6C0373; }
span { border-color: rgb(108,3,115); }
td.TdClassName
{
border-color: #6C0373;
}
.TagClassName
{
border-color: #6C0373;
}
</style>