Shades of Purple #6B0382
Tints of Purple #6B0382
RGB
CMYK
RGB Variations
Color information
#6B0382 (or 0x6B0382) is known color: Purple. HEX triplet: 6B, 03 and 82. RGB value is (107,3,130). Sum of RGB (Red+Green+Blue) = 107+3+130=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B0382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0382 is #94FC7D. Grayscale: #303030. Windows color (decimal): -9763966 or 8520555. OLE color: 8520555.
HSL color Cylindrical-coordinate representation of color #6B0382: hue angle of 289.13º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0382 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 3 | 130 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.49 |
| HSL | 289.13º | 0.95% | 0.26% | - |
| HSV(B) | 289.13º | 0.98% | 0.51% | - |
| XYZ | 10.13 | 4.8 | 21.51 | - |
| YUV | 48.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 130 | 0.18 | 0.98 | 0 | 0.49 | 289.13 | 0.95 | 0.26 |
| Hex | 6B | 3 | 82 | 12 | 62 | 0 | 31 | 121 | 5F | 1A |
| Octal | 153 | 3 | 202 | 22 | 142 | 0 | 61 | 441 | 137 | 32 |
| Binary | 1101011 | 11 | 10000010 | 10010 | 1100010 | 0 | 110001 | 100100001 | 1011111 | 11010 |
Color Harmonies of #6B0382
Complementary color
Monochromatic Colors of #6B0382
Black with #6B0382
Text Example
Text Example
White with #6B0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0382; }
p { color: rgb(107,3,130); }
H1.HeaderClassName
{
color: #6B0382;
}
.AnyTagClassName
{
color: #6B0382;
}
</style>
background-color css
<style>
a { background-color: #6B0382; }
a { background-color: rgb(107,3,130); }
div.DivClassName
{
background-color: #6B0382;
}
.BgClassName
{
background-color: #6B0382;
}
</style>
border-color css
<style>
span { border-color: #6B0382; }
span { border-color: rgb(107,3,130); }
td.TdClassName
{
border-color: #6B0382;
}
.TagClassName
{
border-color: #6B0382;
}
</style>