Shades of Palatinate Purple #6B1A5B
Tints of Palatinate Purple #6B1A5B
RGB
CMYK
RGB Variations
Color information
#6B1A5B (or 0x6B1A5B) is known color: Palatinate Purple. HEX triplet: 6B, 1A and 5B. RGB value is (107,26,91). Sum of RGB (Red+Green+Blue) = 107+26+91=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A5B is #94E5A4. Grayscale: #393939. Windows color (decimal): -9758117 or 5970539. OLE color: 5970539.
HSL color Cylindrical-coordinate representation of color #6B1A5B: hue angle of 311.85º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A5B is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 91 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.58 |
| HSL | 311.85º | 0.61% | 0.26% | - |
| HSV(B) | 311.85º | 0.76% | 0.42% | - |
| XYZ | 8.32 | 4.62 | 10.35 | - |
| YUV | 57.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 91 | 0 | 0.76 | 0.15 | 0.58 | 311.85 | 0.61 | 0.26 |
| Hex | 6B | 1A | 5B | 0 | 4C | F | 3A | 138 | 3D | 1A |
| Octal | 153 | 32 | 133 | 0 | 114 | 17 | 72 | 470 | 75 | 32 |
| Binary | 1101011 | 11010 | 1011011 | 0 | 1001100 | 1111 | 111010 | 100111000 | 111101 | 11010 |
Color Harmonies of #6B1A5B
Complementary color
Monochromatic Colors of #6B1A5B
Black with #6B1A5B
Text Example
Text Example
White with #6B1A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A5B; }
p { color: rgb(107,26,91); }
H1.HeaderClassName
{
color: #6B1A5B;
}
.AnyTagClassName
{
color: #6B1A5B;
}
</style>
background-color css
<style>
a { background-color: #6B1A5B; }
a { background-color: rgb(107,26,91); }
div.DivClassName
{
background-color: #6B1A5B;
}
.BgClassName
{
background-color: #6B1A5B;
}
</style>
border-color css
<style>
span { border-color: #6B1A5B; }
span { border-color: rgb(107,26,91); }
td.TdClassName
{
border-color: #6B1A5B;
}
.TagClassName
{
border-color: #6B1A5B;
}
</style>