Shades of Purple #6B0582
Tints of Purple #6B0582
RGB
CMYK
RGB Variations
Color information
#6B0582 (or 0x6B0582) is known color: Purple. HEX triplet: 6B, 05 and 82. RGB value is (107,5,130). Sum of RGB (Red+Green+Blue) = 107+5+130=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B0582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0582 is #94FA7D. Grayscale: #313131. Windows color (decimal): -9763454 or 8521067. OLE color: 8521067.
HSL color Cylindrical-coordinate representation of color #6B0582: hue angle of 288.96º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0582 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 5 | 130 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.49 |
| HSL | 288.96º | 0.93% | 0.26% | - |
| HSV(B) | 288.96º | 0.96% | 0.51% | - |
| XYZ | 10.15 | 4.85 | 21.52 | - |
| YUV | 49.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 130 | 0.18 | 0.96 | 0 | 0.49 | 288.96 | 0.93 | 0.26 |
| Hex | 6B | 5 | 82 | 12 | 60 | 0 | 31 | 121 | 5D | 1A |
| Octal | 153 | 5 | 202 | 22 | 140 | 0 | 61 | 441 | 135 | 32 |
| Binary | 1101011 | 101 | 10000010 | 10010 | 1100000 | 0 | 110001 | 100100001 | 1011101 | 11010 |
Color Harmonies of #6B0582
Complementary color
Monochromatic Colors of #6B0582
Black with #6B0582
Text Example
Text Example
White with #6B0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0582; }
p { color: rgb(107,5,130); }
H1.HeaderClassName
{
color: #6B0582;
}
.AnyTagClassName
{
color: #6B0582;
}
</style>
background-color css
<style>
a { background-color: #6B0582; }
a { background-color: rgb(107,5,130); }
div.DivClassName
{
background-color: #6B0582;
}
.BgClassName
{
background-color: #6B0582;
}
</style>
border-color css
<style>
span { border-color: #6B0582; }
span { border-color: rgb(107,5,130); }
td.TdClassName
{
border-color: #6B0582;
}
.TagClassName
{
border-color: #6B0582;
}
</style>