Shades of Purple #6B1085
Tints of Purple #6B1085
RGB
CMYK
RGB Variations
Color information
#6B1085 (or 0x6B1085) is known color: Purple. HEX triplet: 6B, 10 and 85. RGB value is (107,16,133). Sum of RGB (Red+Green+Blue) = 107+16+133=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1085 is #94EF7A. Grayscale: #383838. Windows color (decimal): -9760635 or 8720491. OLE color: 8720491.
HSL color Cylindrical-coordinate representation of color #6B1085: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B1085 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 16 | 133 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.48 |
| HSL | 286.67º | 0.79% | 0.29% | - |
| HSV(B) | 286.67º | 0.88% | 0.52% | - |
| XYZ | 10.48 | 5.19 | 22.64 | - |
| YUV | 56.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 133 | 0.20 | 0.88 | 0 | 0.48 | 286.67 | 0.79 | 0.29 |
| Hex | 6B | 10 | 85 | 14 | 58 | 0 | 30 | 11F | 4F | 1D |
| Octal | 153 | 20 | 205 | 24 | 130 | 0 | 60 | 437 | 117 | 35 |
| Binary | 1101011 | 10000 | 10000101 | 10100 | 1011000 | 0 | 110000 | 100011111 | 1001111 | 11101 |
Color Harmonies of #6B1085
Complementary color
Monochromatic Colors of #6B1085
Black with #6B1085
Text Example
Text Example
White with #6B1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1085; }
p { color: rgb(107,16,133); }
H1.HeaderClassName
{
color: #6B1085;
}
.AnyTagClassName
{
color: #6B1085;
}
</style>
background-color css
<style>
a { background-color: #6B1085; }
a { background-color: rgb(107,16,133); }
div.DivClassName
{
background-color: #6B1085;
}
.BgClassName
{
background-color: #6B1085;
}
</style>
border-color css
<style>
span { border-color: #6B1085; }
span { border-color: rgb(107,16,133); }
td.TdClassName
{
border-color: #6B1085;
}
.TagClassName
{
border-color: #6B1085;
}
</style>