Shades of Purple #6B037D
Tints of Purple #6B037D
RGB
CMYK
RGB Variations
Color information
#6B037D (or 0x6B037D) is known color: Purple. HEX triplet: 6B, 03 and 7D. RGB value is (107,3,125). Sum of RGB (Red+Green+Blue) = 107+3+125=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B037D is #94FC82. Grayscale: #2F2F2F. Windows color (decimal): -9763971 or 8192875. OLE color: 8192875.
HSL color Cylindrical-coordinate representation of color #6B037D: hue angle of 291.15º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B037D is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 3 | 125 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.51 |
| HSL | 291.15º | 0.95% | 0.25% | - |
| HSV(B) | 291.15º | 0.98% | 0.49% | - |
| XYZ | 9.8 | 4.67 | 19.79 | - |
| YUV | 48 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 125 | 0.14 | 0.98 | 0 | 0.51 | 291.15 | 0.95 | 0.25 |
| Hex | 6B | 3 | 7D | E | 62 | 0 | 33 | 123 | 5F | 19 |
| Octal | 153 | 3 | 175 | 16 | 142 | 0 | 63 | 443 | 137 | 31 |
| Binary | 1101011 | 11 | 1111101 | 1110 | 1100010 | 0 | 110011 | 100100011 | 1011111 | 11001 |
Color Harmonies of #6B037D
Complementary color
Monochromatic Colors of #6B037D
Black with #6B037D
Text Example
Text Example
White with #6B037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B037D; }
p { color: rgb(107,3,125); }
H1.HeaderClassName
{
color: #6B037D;
}
.AnyTagClassName
{
color: #6B037D;
}
</style>
background-color css
<style>
a { background-color: #6B037D; }
a { background-color: rgb(107,3,125); }
div.DivClassName
{
background-color: #6B037D;
}
.BgClassName
{
background-color: #6B037D;
}
</style>
border-color css
<style>
span { border-color: #6B037D; }
span { border-color: rgb(107,3,125); }
td.TdClassName
{
border-color: #6B037D;
}
.TagClassName
{
border-color: #6B037D;
}
</style>