Shades of Purple #6B157D
Tints of Purple #6B157D
RGB
CMYK
RGB Variations
Color information
#6B157D (or 0x6B157D) is known color: Purple. HEX triplet: 6B, 15 and 7D. RGB value is (107,21,125). Sum of RGB (Red+Green+Blue) = 107+21+125=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B157D is #94EA82. Grayscale: #3A3A3A. Windows color (decimal): -9759363 or 8197483. OLE color: 8197483.
HSL color Cylindrical-coordinate representation of color #6B157D: hue angle of 289.62º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B157D is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 21 | 125 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.51 |
| HSL | 289.62º | 0.71% | 0.29% | - |
| HSV(B) | 289.62º | 0.83% | 0.49% | - |
| XYZ | 10.03 | 5.14 | 19.87 | - |
| YUV | 58.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 125 | 0.14 | 0.83 | 0 | 0.51 | 289.62 | 0.71 | 0.29 |
| Hex | 6B | 15 | 7D | E | 53 | 0 | 33 | 122 | 47 | 1D |
| Octal | 153 | 25 | 175 | 16 | 123 | 0 | 63 | 442 | 107 | 35 |
| Binary | 1101011 | 10101 | 1111101 | 1110 | 1010011 | 0 | 110011 | 100100010 | 1000111 | 11101 |
Color Harmonies of #6B157D
Complementary color
Monochromatic Colors of #6B157D
Black with #6B157D
Text Example
Text Example
White with #6B157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B157D; }
p { color: rgb(107,21,125); }
H1.HeaderClassName
{
color: #6B157D;
}
.AnyTagClassName
{
color: #6B157D;
}
</style>
background-color css
<style>
a { background-color: #6B157D; }
a { background-color: rgb(107,21,125); }
div.DivClassName
{
background-color: #6B157D;
}
.BgClassName
{
background-color: #6B157D;
}
</style>
border-color css
<style>
span { border-color: #6B157D; }
span { border-color: rgb(107,21,125); }
td.TdClassName
{
border-color: #6B157D;
}
.TagClassName
{
border-color: #6B157D;
}
</style>