Shades of Purple #6B056B
Tints of Purple #6B056B
RGB
CMYK
RGB Variations
Color information
#6B056B (or 0x6B056B) is known color: Purple. HEX triplet: 6B, 05 and 6B. RGB value is (107,5,107). Sum of RGB (Red+Green+Blue) = 107+5+107=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B056B is #94FA94. Grayscale: #2E2E2E. Windows color (decimal): -9763477 or 7013739. OLE color: 7013739.
HSL color Cylindrical-coordinate representation of color #6B056B: hue angle of 300º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B056B is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 5 | 107 | - |
CMYK | 0 | 0.95 | 0 | 0.58 |
HSL | 300º | 0.91% | 0.22% | - |
HSV(B) | 300º | 0.95% | 0.42% | - |
XYZ | 8.77 | 4.3 | 14.28 | - |
YUV | 47.13 | 161.79 | 170.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 5 | 107 | 0 | 0.95 | 0 | 0.58 | 300 | 0.91 | 0.22 |
Hex | 6B | 5 | 6B | 0 | 5F | 0 | 3A | 12C | 5B | 16 |
Octal | 153 | 5 | 153 | 0 | 137 | 0 | 72 | 454 | 133 | 26 |
Binary | 1101011 | 101 | 1101011 | 0 | 1011111 | 0 | 111010 | 100101100 | 1011011 | 10110 |
Color Harmonies of #6B056B
Complementary color
Monochromatic Colors of #6B056B
Black with #6B056B
Text Example
Text Example
White with #6B056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B056B; }
p { color: rgb(107,5,107); }
H1.HeaderClassName
{
color: #6B056B;
}
.AnyTagClassName
{
color: #6B056B;
}
</style>
background-color css
<style>
a { background-color: #6B056B; }
a { background-color: rgb(107,5,107); }
div.DivClassName
{
background-color: #6B056B;
}
.BgClassName
{
background-color: #6B056B;
}
</style>
border-color css
<style>
span { border-color: #6B056B; }
span { border-color: rgb(107,5,107); }
td.TdClassName
{
border-color: #6B056B;
}
.TagClassName
{
border-color: #6B056B;
}
</style>