Shades of Purple #6B088A
Tints of Purple #6B088A
RGB
CMYK
RGB Variations
Color information
#6B088A (or 0x6B088A) is known color: Purple. HEX triplet: 6B, 08 and 8A. RGB value is (107,8,138). Sum of RGB (Red+Green+Blue) = 107+8+138=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B088A is #94F775. Grayscale: #343434. Windows color (decimal): -9762678 or 9046123. OLE color: 9046123.
HSL color Cylindrical-coordinate representation of color #6B088A: hue angle of 285.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B088A is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 8 | 138 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.46 |
| HSL | 285.69º | 0.89% | 0.29% | - |
| HSV(B) | 285.69º | 0.94% | 0.54% | - |
| XYZ | 10.74 | 5.13 | 24.47 | - |
| YUV | 52.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 138 | 0.22 | 0.94 | 0 | 0.46 | 285.69 | 0.89 | 0.29 |
| Hex | 6B | 8 | 8A | 16 | 5E | 0 | 2E | 11E | 59 | 1D |
| Octal | 153 | 10 | 212 | 26 | 136 | 0 | 56 | 436 | 131 | 35 |
| Binary | 1101011 | 1000 | 10001010 | 10110 | 1011110 | 0 | 101110 | 100011110 | 1011001 | 11101 |
Color Harmonies of #6B088A
Complementary color
Monochromatic Colors of #6B088A
Black with #6B088A
Text Example
Text Example
White with #6B088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B088A; }
p { color: rgb(107,8,138); }
H1.HeaderClassName
{
color: #6B088A;
}
.AnyTagClassName
{
color: #6B088A;
}
</style>
background-color css
<style>
a { background-color: #6B088A; }
a { background-color: rgb(107,8,138); }
div.DivClassName
{
background-color: #6B088A;
}
.BgClassName
{
background-color: #6B088A;
}
</style>
border-color css
<style>
span { border-color: #6B088A; }
span { border-color: rgb(107,8,138); }
td.TdClassName
{
border-color: #6B088A;
}
.TagClassName
{
border-color: #6B088A;
}
</style>