Shades of Purple #6B017D
Tints of Purple #6B017D
RGB
CMYK
RGB Variations
Color information
#6B017D (or 0x6B017D) is known color: Purple. HEX triplet: 6B, 01 and 7D. RGB value is (107,1,125). Sum of RGB (Red+Green+Blue) = 107+1+125=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B017D is #94FE82. Grayscale: #2E2E2E. Windows color (decimal): -9764483 or 8192363. OLE color: 8192363.
HSL color Cylindrical-coordinate representation of color #6B017D: hue angle of 291.29º 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 #6B017D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 1 | 125 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.51 |
| HSL | 291.29º | 0.98% | 0.25% | - |
| HSV(B) | 291.29º | 0.99% | 0.49% | - |
| XYZ | 9.78 | 4.63 | 19.78 | - |
| YUV | 46.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 125 | 0.14 | 0.99 | 0 | 0.51 | 291.29 | 0.98 | 0.25 |
| Hex | 6B | 1 | 7D | E | 63 | 0 | 33 | 123 | 62 | 19 |
| Octal | 153 | 1 | 175 | 16 | 143 | 0 | 63 | 443 | 142 | 31 |
| Binary | 1101011 | 1 | 1111101 | 1110 | 1100011 | 0 | 110011 | 100100011 | 1100010 | 11001 |
Color Harmonies of #6B017D
Complementary color
Monochromatic Colors of #6B017D
Black with #6B017D
Text Example
Text Example
White with #6B017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B017D; }
p { color: rgb(107,1,125); }
H1.HeaderClassName
{
color: #6B017D;
}
.AnyTagClassName
{
color: #6B017D;
}
</style>
background-color css
<style>
a { background-color: #6B017D; }
a { background-color: rgb(107,1,125); }
div.DivClassName
{
background-color: #6B017D;
}
.BgClassName
{
background-color: #6B017D;
}
</style>
border-color css
<style>
span { border-color: #6B017D; }
span { border-color: rgb(107,1,125); }
td.TdClassName
{
border-color: #6B017D;
}
.TagClassName
{
border-color: #6B017D;
}
</style>