Shades of Purple #6B148A
Tints of Purple #6B148A
RGB
CMYK
RGB Variations
Color information
#6B148A (or 0x6B148A) is known color: Purple. HEX triplet: 6B, 14 and 8A. RGB value is (107,20,138). Sum of RGB (Red+Green+Blue) = 107+20+138=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B148A is #94EB75. Grayscale: #3B3B3B. Windows color (decimal): -9759606 or 9049195. OLE color: 9049195.
HSL color Cylindrical-coordinate representation of color #6B148A: hue angle of 284.24º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B148A is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 20 | 138 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.46 |
| HSL | 284.24º | 0.75% | 0.31% | - |
| HSV(B) | 284.24º | 0.86% | 0.54% | - |
| XYZ | 10.9 | 5.46 | 24.52 | - |
| YUV | 59.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 138 | 0.22 | 0.86 | 0 | 0.46 | 284.24 | 0.75 | 0.31 |
| Hex | 6B | 14 | 8A | 16 | 56 | 0 | 2E | 11C | 4B | 1F |
| Octal | 153 | 24 | 212 | 26 | 126 | 0 | 56 | 434 | 113 | 37 |
| Binary | 1101011 | 10100 | 10001010 | 10110 | 1010110 | 0 | 101110 | 100011100 | 1001011 | 11111 |
Color Harmonies of #6B148A
Complementary color
Monochromatic Colors of #6B148A
Black with #6B148A
Text Example
Text Example
White with #6B148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B148A; }
p { color: rgb(107,20,138); }
H1.HeaderClassName
{
color: #6B148A;
}
.AnyTagClassName
{
color: #6B148A;
}
</style>
background-color css
<style>
a { background-color: #6B148A; }
a { background-color: rgb(107,20,138); }
div.DivClassName
{
background-color: #6B148A;
}
.BgClassName
{
background-color: #6B148A;
}
</style>
border-color css
<style>
span { border-color: #6B148A; }
span { border-color: rgb(107,20,138); }
td.TdClassName
{
border-color: #6B148A;
}
.TagClassName
{
border-color: #6B148A;
}
</style>