Shades of Purple #6B0173
Tints of Purple #6B0173
RGB
CMYK
RGB Variations
Color information
#6B0173 (or 0x6B0173) is known color: Purple. HEX triplet: 6B, 01 and 73. RGB value is (107,1,115). Sum of RGB (Red+Green+Blue) = 107+1+115=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B0173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0173 is #94FE8C. Grayscale: #2D2D2D. Windows color (decimal): -9764493 or 7537003. OLE color: 7537003.
HSL color Cylindrical-coordinate representation of color #6B0173: hue angle of 295.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0173 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 1 | 115 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.55 |
| HSL | 295.79º | 0.98% | 0.23% | - |
| HSV(B) | 295.79º | 0.99% | 0.45% | - |
| XYZ | 9.17 | 4.39 | 16.58 | - |
| YUV | 45.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 115 | 0.07 | 0.99 | 0 | 0.55 | 295.79 | 0.98 | 0.23 |
| Hex | 6B | 1 | 73 | 7 | 63 | 0 | 37 | 128 | 62 | 17 |
| Octal | 153 | 1 | 163 | 7 | 143 | 0 | 67 | 450 | 142 | 27 |
| Binary | 1101011 | 1 | 1110011 | 111 | 1100011 | 0 | 110111 | 100101000 | 1100010 | 10111 |
Color Harmonies of #6B0173
Complementary color
Monochromatic Colors of #6B0173
Black with #6B0173
Text Example
Text Example
White with #6B0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0173; }
p { color: rgb(107,1,115); }
H1.HeaderClassName
{
color: #6B0173;
}
.AnyTagClassName
{
color: #6B0173;
}
</style>
background-color css
<style>
a { background-color: #6B0173; }
a { background-color: rgb(107,1,115); }
div.DivClassName
{
background-color: #6B0173;
}
.BgClassName
{
background-color: #6B0173;
}
</style>
border-color css
<style>
span { border-color: #6B0173; }
span { border-color: rgb(107,1,115); }
td.TdClassName
{
border-color: #6B0173;
}
.TagClassName
{
border-color: #6B0173;
}
</style>