Shades of Purple #6B0484
Tints of Purple #6B0484
RGB
CMYK
RGB Variations
Color information
#6B0484 (or 0x6B0484) is known color: Purple. HEX triplet: 6B, 04 and 84. RGB value is (107,4,132). Sum of RGB (Red+Green+Blue) = 107+4+132=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B0484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0484 is #94FB7B. Grayscale: #303030. Windows color (decimal): -9763708 or 8651883. OLE color: 8651883.
HSL color Cylindrical-coordinate representation of color #6B0484: hue angle of 288.28º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0484 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 4 | 132 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.48 |
| HSL | 288.28º | 0.94% | 0.27% | - |
| HSV(B) | 288.28º | 0.97% | 0.52% | - |
| XYZ | 10.27 | 4.88 | 22.23 | - |
| YUV | 49.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 132 | 0.19 | 0.97 | 0 | 0.48 | 288.28 | 0.94 | 0.27 |
| Hex | 6B | 4 | 84 | 13 | 61 | 0 | 30 | 120 | 5E | 1B |
| Octal | 153 | 4 | 204 | 23 | 141 | 0 | 60 | 440 | 136 | 33 |
| Binary | 1101011 | 100 | 10000100 | 10011 | 1100001 | 0 | 110000 | 100100000 | 1011110 | 11011 |
Color Harmonies of #6B0484
Complementary color
Monochromatic Colors of #6B0484
Black with #6B0484
Text Example
Text Example
White with #6B0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0484; }
p { color: rgb(107,4,132); }
H1.HeaderClassName
{
color: #6B0484;
}
.AnyTagClassName
{
color: #6B0484;
}
</style>
background-color css
<style>
a { background-color: #6B0484; }
a { background-color: rgb(107,4,132); }
div.DivClassName
{
background-color: #6B0484;
}
.BgClassName
{
background-color: #6B0484;
}
</style>
border-color css
<style>
span { border-color: #6B0484; }
span { border-color: rgb(107,4,132); }
td.TdClassName
{
border-color: #6B0484;
}
.TagClassName
{
border-color: #6B0484;
}
</style>