Shades of Purple #6B037C
Tints of Purple #6B037C
RGB
CMYK
RGB Variations
Color information
#6B037C (or 0x6B037C) is known color: Purple. HEX triplet: 6B, 03 and 7C. RGB value is (107,3,124). Sum of RGB (Red+Green+Blue) = 107+3+124=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B037C is #94FC83. Grayscale: #2F2F2F. Windows color (decimal): -9763972 or 8127339. OLE color: 8127339.
HSL color Cylindrical-coordinate representation of color #6B037C: hue angle of 291.57º 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 #6B037C is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 3 | 124 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.51 |
| HSL | 291.57º | 0.95% | 0.25% | - |
| HSV(B) | 291.57º | 0.98% | 0.49% | - |
| XYZ | 9.73 | 4.65 | 19.45 | - |
| YUV | 47.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 124 | 0.14 | 0.98 | 0 | 0.51 | 291.57 | 0.95 | 0.25 |
| Hex | 6B | 3 | 7C | E | 62 | 0 | 33 | 124 | 5F | 19 |
| Octal | 153 | 3 | 174 | 16 | 142 | 0 | 63 | 444 | 137 | 31 |
| Binary | 1101011 | 11 | 1111100 | 1110 | 1100010 | 0 | 110011 | 100100100 | 1011111 | 11001 |
Color Harmonies of #6B037C
Complementary color
Monochromatic Colors of #6B037C
Black with #6B037C
Text Example
Text Example
White with #6B037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B037C; }
p { color: rgb(107,3,124); }
H1.HeaderClassName
{
color: #6B037C;
}
.AnyTagClassName
{
color: #6B037C;
}
</style>
background-color css
<style>
a { background-color: #6B037C; }
a { background-color: rgb(107,3,124); }
div.DivClassName
{
background-color: #6B037C;
}
.BgClassName
{
background-color: #6B037C;
}
</style>
border-color css
<style>
span { border-color: #6B037C; }
span { border-color: rgb(107,3,124); }
td.TdClassName
{
border-color: #6B037C;
}
.TagClassName
{
border-color: #6B037C;
}
</style>