Shades of Purple #6B037A
Tints of Purple #6B037A
RGB
CMYK
RGB Variations
Color information
#6B037A (or 0x6B037A) is known color: Purple. HEX triplet: 6B, 03 and 7A. RGB value is (107,3,122). Sum of RGB (Red+Green+Blue) = 107+3+122=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B037A is #94FC85. Grayscale: #2F2F2F. Windows color (decimal): -9763974 or 7996267. OLE color: 7996267.
HSL color Cylindrical-coordinate representation of color #6B037A: hue angle of 292.44º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B037A is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 3 | 122 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.52 |
| HSL | 292.44º | 0.95% | 0.25% | - |
| HSV(B) | 292.44º | 0.98% | 0.48% | - |
| XYZ | 9.61 | 4.6 | 18.79 | - |
| YUV | 47.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 122 | 0.12 | 0.98 | 0 | 0.52 | 292.44 | 0.95 | 0.25 |
| Hex | 6B | 3 | 7A | C | 62 | 0 | 34 | 124 | 5F | 19 |
| Octal | 153 | 3 | 172 | 14 | 142 | 0 | 64 | 444 | 137 | 31 |
| Binary | 1101011 | 11 | 1111010 | 1100 | 1100010 | 0 | 110100 | 100100100 | 1011111 | 11001 |
Color Harmonies of #6B037A
Complementary color
Monochromatic Colors of #6B037A
Black with #6B037A
Text Example
Text Example
White with #6B037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B037A; }
p { color: rgb(107,3,122); }
H1.HeaderClassName
{
color: #6B037A;
}
.AnyTagClassName
{
color: #6B037A;
}
</style>
background-color css
<style>
a { background-color: #6B037A; }
a { background-color: rgb(107,3,122); }
div.DivClassName
{
background-color: #6B037A;
}
.BgClassName
{
background-color: #6B037A;
}
</style>
border-color css
<style>
span { border-color: #6B037A; }
span { border-color: rgb(107,3,122); }
td.TdClassName
{
border-color: #6B037A;
}
.TagClassName
{
border-color: #6B037A;
}
</style>