Shades of Purple #6B1481
Tints of Purple #6B1481
RGB
CMYK
RGB Variations
Color information
#6B1481 (or 0x6B1481) is known color: Purple. HEX triplet: 6B, 14 and 81. RGB value is (107,20,129). Sum of RGB (Red+Green+Blue) = 107+20+129=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B1481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1481 is #94EB7E. Grayscale: #3A3A3A. Windows color (decimal): -9759615 or 8459371. OLE color: 8459371.
HSL color Cylindrical-coordinate representation of color #6B1481: hue angle of 287.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1481 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 20 | 129 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.49 |
| HSL | 287.89º | 0.73% | 0.29% | - |
| HSV(B) | 287.89º | 0.84% | 0.51% | - |
| XYZ | 10.28 | 5.21 | 21.23 | - |
| YUV | 58.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 129 | 0.17 | 0.84 | 0 | 0.49 | 287.89 | 0.73 | 0.29 |
| Hex | 6B | 14 | 81 | 11 | 54 | 0 | 31 | 120 | 49 | 1D |
| Octal | 153 | 24 | 201 | 21 | 124 | 0 | 61 | 440 | 111 | 35 |
| Binary | 1101011 | 10100 | 10000001 | 10001 | 1010100 | 0 | 110001 | 100100000 | 1001001 | 11101 |
Color Harmonies of #6B1481
Complementary color
Monochromatic Colors of #6B1481
Black with #6B1481
Text Example
Text Example
White with #6B1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1481; }
p { color: rgb(107,20,129); }
H1.HeaderClassName
{
color: #6B1481;
}
.AnyTagClassName
{
color: #6B1481;
}
</style>
background-color css
<style>
a { background-color: #6B1481; }
a { background-color: rgb(107,20,129); }
div.DivClassName
{
background-color: #6B1481;
}
.BgClassName
{
background-color: #6B1481;
}
</style>
border-color css
<style>
span { border-color: #6B1481; }
span { border-color: rgb(107,20,129); }
td.TdClassName
{
border-color: #6B1481;
}
.TagClassName
{
border-color: #6B1481;
}
</style>