Shades of Purple #6B0285
Tints of Purple #6B0285
RGB
CMYK
RGB Variations
Color information
#6B0285 (or 0x6B0285) is known color: Purple. HEX triplet: 6B, 02 and 85. RGB value is (107,2,133). Sum of RGB (Red+Green+Blue) = 107+2+133=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B0285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0285 is #94FD7A. Grayscale: #2F2F2F. Windows color (decimal): -9764219 or 8716907. OLE color: 8716907.
HSL color Cylindrical-coordinate representation of color #6B0285: hue angle of 288.09º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0285 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 2 | 133 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.48 |
| HSL | 288.09º | 0.97% | 0.26% | - |
| HSV(B) | 288.09º | 0.98% | 0.52% | - |
| XYZ | 10.32 | 4.86 | 22.59 | - |
| YUV | 48.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 133 | 0.20 | 0.98 | 0 | 0.48 | 288.09 | 0.97 | 0.26 |
| Hex | 6B | 2 | 85 | 14 | 62 | 0 | 30 | 120 | 61 | 1A |
| Octal | 153 | 2 | 205 | 24 | 142 | 0 | 60 | 440 | 141 | 32 |
| Binary | 1101011 | 10 | 10000101 | 10100 | 1100010 | 0 | 110000 | 100100000 | 1100001 | 11010 |
Color Harmonies of #6B0285
Complementary color
Monochromatic Colors of #6B0285
Black with #6B0285
Text Example
Text Example
White with #6B0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0285; }
p { color: rgb(107,2,133); }
H1.HeaderClassName
{
color: #6B0285;
}
.AnyTagClassName
{
color: #6B0285;
}
</style>
background-color css
<style>
a { background-color: #6B0285; }
a { background-color: rgb(107,2,133); }
div.DivClassName
{
background-color: #6B0285;
}
.BgClassName
{
background-color: #6B0285;
}
</style>
border-color css
<style>
span { border-color: #6B0285; }
span { border-color: rgb(107,2,133); }
td.TdClassName
{
border-color: #6B0285;
}
.TagClassName
{
border-color: #6B0285;
}
</style>