Shades of Purple #6B0C84
Tints of Purple #6B0C84
RGB
CMYK
RGB Variations
Color information
#6B0C84 (or 0x6B0C84) is known color: Purple. HEX triplet: 6B, 0C and 84. RGB value is (107,12,132). Sum of RGB (Red+Green+Blue) = 107+12+132=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B0C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0C84 is #94F37B. Grayscale: #353535. Windows color (decimal): -9761660 or 8653931. OLE color: 8653931.
HSL color Cylindrical-coordinate representation of color #6B0C84: hue angle of 287.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0C84 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 12 | 132 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.48 |
| HSL | 287.5º | 0.83% | 0.28% | - |
| HSV(B) | 287.5º | 0.91% | 0.52% | - |
| XYZ | 10.36 | 5.05 | 22.26 | - |
| YUV | 54.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 132 | 0.19 | 0.91 | 0 | 0.48 | 287.5 | 0.83 | 0.28 |
| Hex | 6B | C | 84 | 13 | 5B | 0 | 30 | 120 | 53 | 1C |
| Octal | 153 | 14 | 204 | 23 | 133 | 0 | 60 | 440 | 123 | 34 |
| Binary | 1101011 | 1100 | 10000100 | 10011 | 1011011 | 0 | 110000 | 100100000 | 1010011 | 11100 |
Color Harmonies of #6B0C84
Complementary color
Monochromatic Colors of #6B0C84
Black with #6B0C84
Text Example
Text Example
White with #6B0C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C84; }
p { color: rgb(107,12,132); }
H1.HeaderClassName
{
color: #6B0C84;
}
.AnyTagClassName
{
color: #6B0C84;
}
</style>
background-color css
<style>
a { background-color: #6B0C84; }
a { background-color: rgb(107,12,132); }
div.DivClassName
{
background-color: #6B0C84;
}
.BgClassName
{
background-color: #6B0C84;
}
</style>
border-color css
<style>
span { border-color: #6B0C84; }
span { border-color: rgb(107,12,132); }
td.TdClassName
{
border-color: #6B0C84;
}
.TagClassName
{
border-color: #6B0C84;
}
</style>