Shades of Purple #6B0371
Tints of Purple #6B0371
RGB
CMYK
RGB Variations
Color information
#6B0371 (or 0x6B0371) is known color: Purple. HEX triplet: 6B, 03 and 71. RGB value is (107,3,113). Sum of RGB (Red+Green+Blue) = 107+3+113=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B0371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0371 is #94FC8E. Grayscale: #2E2E2E. Windows color (decimal): -9763983 or 7406443. OLE color: 7406443.
HSL color Cylindrical-coordinate representation of color #6B0371: hue angle of 296.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0371 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 3 | 113 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.56 |
| HSL | 296.73º | 0.95% | 0.23% | - |
| HSV(B) | 296.73º | 0.97% | 0.44% | - |
| XYZ | 9.08 | 4.38 | 15.99 | - |
| YUV | 46.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 113 | 0.05 | 0.97 | 0 | 0.56 | 296.73 | 0.95 | 0.23 |
| Hex | 6B | 3 | 71 | 5 | 61 | 0 | 38 | 129 | 5F | 17 |
| Octal | 153 | 3 | 161 | 5 | 141 | 0 | 70 | 451 | 137 | 27 |
| Binary | 1101011 | 11 | 1110001 | 101 | 1100001 | 0 | 111000 | 100101001 | 1011111 | 10111 |
Color Harmonies of #6B0371
Complementary color
Monochromatic Colors of #6B0371
Black with #6B0371
Text Example
Text Example
White with #6B0371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0371; }
p { color: rgb(107,3,113); }
H1.HeaderClassName
{
color: #6B0371;
}
.AnyTagClassName
{
color: #6B0371;
}
</style>
background-color css
<style>
a { background-color: #6B0371; }
a { background-color: rgb(107,3,113); }
div.DivClassName
{
background-color: #6B0371;
}
.BgClassName
{
background-color: #6B0371;
}
</style>
border-color css
<style>
span { border-color: #6B0371; }
span { border-color: rgb(107,3,113); }
td.TdClassName
{
border-color: #6B0371;
}
.TagClassName
{
border-color: #6B0371;
}
</style>