Shades of Purple #6B067C
Tints of Purple #6B067C
RGB
CMYK
RGB Variations
Color information
#6B067C (or 0x6B067C) is known color: Purple. HEX triplet: 6B, 06 and 7C. RGB value is (107,6,124). Sum of RGB (Red+Green+Blue) = 107+6+124=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B067C is #94F983. Grayscale: #313131. Windows color (decimal): -9763204 or 8128107. OLE color: 8128107.
HSL color Cylindrical-coordinate representation of color #6B067C: hue angle of 291.36º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B067C is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 6 | 124 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.51 |
| HSL | 291.36º | 0.91% | 0.25% | - |
| HSV(B) | 291.36º | 0.95% | 0.49% | - |
| XYZ | 9.77 | 4.71 | 19.46 | - |
| YUV | 49.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 124 | 0.14 | 0.95 | 0 | 0.51 | 291.36 | 0.91 | 0.25 |
| Hex | 6B | 6 | 7C | E | 5F | 0 | 33 | 123 | 5B | 19 |
| Octal | 153 | 6 | 174 | 16 | 137 | 0 | 63 | 443 | 133 | 31 |
| Binary | 1101011 | 110 | 1111100 | 1110 | 1011111 | 0 | 110011 | 100100011 | 1011011 | 11001 |
Color Harmonies of #6B067C
Complementary color
Monochromatic Colors of #6B067C
Black with #6B067C
Text Example
Text Example
White with #6B067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B067C; }
p { color: rgb(107,6,124); }
H1.HeaderClassName
{
color: #6B067C;
}
.AnyTagClassName
{
color: #6B067C;
}
</style>
background-color css
<style>
a { background-color: #6B067C; }
a { background-color: rgb(107,6,124); }
div.DivClassName
{
background-color: #6B067C;
}
.BgClassName
{
background-color: #6B067C;
}
</style>
border-color css
<style>
span { border-color: #6B067C; }
span { border-color: rgb(107,6,124); }
td.TdClassName
{
border-color: #6B067C;
}
.TagClassName
{
border-color: #6B067C;
}
</style>