Shades of Purple #6B057A
Tints of Purple #6B057A
RGB
CMYK
RGB Variations
Color information
#6B057A (or 0x6B057A) is known color: Purple. HEX triplet: 6B, 05 and 7A. RGB value is (107,5,122). Sum of RGB (Red+Green+Blue) = 107+5+122=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B057A is #94FA85. Grayscale: #303030. Windows color (decimal): -9763462 or 7996779. OLE color: 7996779.
HSL color Cylindrical-coordinate representation of color #6B057A: hue angle of 292.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B057A is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 5 | 122 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.52 |
| HSL | 292.31º | 0.92% | 0.25% | - |
| HSV(B) | 292.31º | 0.96% | 0.48% | - |
| XYZ | 9.63 | 4.64 | 18.8 | - |
| YUV | 48.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 122 | 0.12 | 0.96 | 0 | 0.52 | 292.31 | 0.92 | 0.25 |
| Hex | 6B | 5 | 7A | C | 60 | 0 | 34 | 124 | 5C | 19 |
| Octal | 153 | 5 | 172 | 14 | 140 | 0 | 64 | 444 | 134 | 31 |
| Binary | 1101011 | 101 | 1111010 | 1100 | 1100000 | 0 | 110100 | 100100100 | 1011100 | 11001 |
Color Harmonies of #6B057A
Complementary color
Monochromatic Colors of #6B057A
Black with #6B057A
Text Example
Text Example
White with #6B057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B057A; }
p { color: rgb(107,5,122); }
H1.HeaderClassName
{
color: #6B057A;
}
.AnyTagClassName
{
color: #6B057A;
}
</style>
background-color css
<style>
a { background-color: #6B057A; }
a { background-color: rgb(107,5,122); }
div.DivClassName
{
background-color: #6B057A;
}
.BgClassName
{
background-color: #6B057A;
}
</style>
border-color css
<style>
span { border-color: #6B057A; }
span { border-color: rgb(107,5,122); }
td.TdClassName
{
border-color: #6B057A;
}
.TagClassName
{
border-color: #6B057A;
}
</style>