Shades of Purple #6B017C
Tints of Purple #6B017C
RGB
CMYK
RGB Variations
Color information
#6B017C (or 0x6B017C) is known color: Purple. HEX triplet: 6B, 01 and 7C. RGB value is (107,1,124). Sum of RGB (Red+Green+Blue) = 107+1+124=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B017C is #94FE83. Grayscale: #2E2E2E. Windows color (decimal): -9764484 or 8126827. OLE color: 8126827.
HSL color Cylindrical-coordinate representation of color #6B017C: hue angle of 291.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B017C is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 1 | 124 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.51 |
| HSL | 291.71º | 0.98% | 0.25% | - |
| HSV(B) | 291.71º | 0.99% | 0.49% | - |
| XYZ | 9.71 | 4.6 | 19.45 | - |
| YUV | 46.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 124 | 0.14 | 0.99 | 0 | 0.51 | 291.71 | 0.98 | 0.25 |
| Hex | 6B | 1 | 7C | E | 63 | 0 | 33 | 124 | 62 | 19 |
| Octal | 153 | 1 | 174 | 16 | 143 | 0 | 63 | 444 | 142 | 31 |
| Binary | 1101011 | 1 | 1111100 | 1110 | 1100011 | 0 | 110011 | 100100100 | 1100010 | 11001 |
Color Harmonies of #6B017C
Complementary color
Monochromatic Colors of #6B017C
Black with #6B017C
Text Example
Text Example
White with #6B017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B017C; }
p { color: rgb(107,1,124); }
H1.HeaderClassName
{
color: #6B017C;
}
.AnyTagClassName
{
color: #6B017C;
}
</style>
background-color css
<style>
a { background-color: #6B017C; }
a { background-color: rgb(107,1,124); }
div.DivClassName
{
background-color: #6B017C;
}
.BgClassName
{
background-color: #6B017C;
}
</style>
border-color css
<style>
span { border-color: #6B017C; }
span { border-color: rgb(107,1,124); }
td.TdClassName
{
border-color: #6B017C;
}
.TagClassName
{
border-color: #6B017C;
}
</style>