Shades of Purple #6B018A
Tints of Purple #6B018A
RGB
CMYK
RGB Variations
Color information
#6B018A (or 0x6B018A) is known color: Purple. HEX triplet: 6B, 01 and 8A. RGB value is (107,1,138). Sum of RGB (Red+Green+Blue) = 107+1+138=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B018A is #94FE75. Grayscale: #2F2F2F. Windows color (decimal): -9764470 or 9044331. OLE color: 9044331.
HSL color Cylindrical-coordinate representation of color #6B018A: hue angle of 286.42º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B018A is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 1 | 138 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.46 |
| HSL | 286.42º | 0.99% | 0.27% | - |
| HSV(B) | 286.42º | 0.99% | 0.54% | - |
| XYZ | 10.66 | 4.98 | 24.44 | - |
| YUV | 48.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 138 | 0.22 | 0.99 | 0 | 0.46 | 286.42 | 0.99 | 0.27 |
| Hex | 6B | 1 | 8A | 16 | 63 | 0 | 2E | 11E | 63 | 1B |
| Octal | 153 | 1 | 212 | 26 | 143 | 0 | 56 | 436 | 143 | 33 |
| Binary | 1101011 | 1 | 10001010 | 10110 | 1100011 | 0 | 101110 | 100011110 | 1100011 | 11011 |
Color Harmonies of #6B018A
Complementary color
Monochromatic Colors of #6B018A
Black with #6B018A
Text Example
Text Example
White with #6B018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B018A; }
p { color: rgb(107,1,138); }
H1.HeaderClassName
{
color: #6B018A;
}
.AnyTagClassName
{
color: #6B018A;
}
</style>
background-color css
<style>
a { background-color: #6B018A; }
a { background-color: rgb(107,1,138); }
div.DivClassName
{
background-color: #6B018A;
}
.BgClassName
{
background-color: #6B018A;
}
</style>
border-color css
<style>
span { border-color: #6B018A; }
span { border-color: rgb(107,1,138); }
td.TdClassName
{
border-color: #6B018A;
}
.TagClassName
{
border-color: #6B018A;
}
</style>