Shades of Purple #6B017A
Tints of Purple #6B017A
RGB
CMYK
RGB Variations
Color information
#6B017A (or 0x6B017A) is known color: Purple. HEX triplet: 6B, 01 and 7A. RGB value is (107,1,122). Sum of RGB (Red+Green+Blue) = 107+1+122=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B017A is #94FE85. Grayscale: #2E2E2E. Windows color (decimal): -9764486 or 7995755. OLE color: 7995755.
HSL color Cylindrical-coordinate representation of color #6B017A: hue angle of 292.56º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B017A is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 1 | 122 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.52 |
| HSL | 292.56º | 0.98% | 0.24% | - |
| HSV(B) | 292.56º | 0.99% | 0.48% | - |
| XYZ | 9.59 | 4.55 | 18.79 | - |
| YUV | 46.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 122 | 0.12 | 0.99 | 0 | 0.52 | 292.56 | 0.98 | 0.24 |
| Hex | 6B | 1 | 7A | C | 63 | 0 | 34 | 125 | 62 | 18 |
| Octal | 153 | 1 | 172 | 14 | 143 | 0 | 64 | 445 | 142 | 30 |
| Binary | 1101011 | 1 | 1111010 | 1100 | 1100011 | 0 | 110100 | 100100101 | 1100010 | 11000 |
Color Harmonies of #6B017A
Complementary color
Monochromatic Colors of #6B017A
Black with #6B017A
Text Example
Text Example
White with #6B017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B017A; }
p { color: rgb(107,1,122); }
H1.HeaderClassName
{
color: #6B017A;
}
.AnyTagClassName
{
color: #6B017A;
}
</style>
background-color css
<style>
a { background-color: #6B017A; }
a { background-color: rgb(107,1,122); }
div.DivClassName
{
background-color: #6B017A;
}
.BgClassName
{
background-color: #6B017A;
}
</style>
border-color css
<style>
span { border-color: #6B017A; }
span { border-color: rgb(107,1,122); }
td.TdClassName
{
border-color: #6B017A;
}
.TagClassName
{
border-color: #6B017A;
}
</style>