Shades of Palatinate Purple #6B2A5C
Tints of Palatinate Purple #6B2A5C
RGB
CMYK
RGB Variations
Color information
#6B2A5C (or 0x6B2A5C) is known color: Palatinate Purple. HEX triplet: 6B, 2A and 5C. RGB value is (107,42,92). Sum of RGB (Red+Green+Blue) = 107+42+92=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2A5C is #94D5A3. Grayscale: #434343. Windows color (decimal): -9754020 or 6040171. OLE color: 6040171.
HSL color Cylindrical-coordinate representation of color #6B2A5C: hue angle of 313.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B2A5C is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 42 | 92 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.58 |
| HSL | 313.85º | 0.44% | 0.29% | - |
| HSV(B) | 313.85º | 0.61% | 0.42% | - |
| XYZ | 8.82 | 5.55 | 10.73 | - |
| YUV | 67.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 92 | 0 | 0.61 | 0.14 | 0.58 | 313.85 | 0.44 | 0.29 |
| Hex | 6B | 2A | 5C | 0 | 3D | E | 3A | 13A | 2C | 1D |
| Octal | 153 | 52 | 134 | 0 | 75 | 16 | 72 | 472 | 54 | 35 |
| Binary | 1101011 | 101010 | 1011100 | 0 | 111101 | 1110 | 111010 | 100111010 | 101100 | 11101 |
Color Harmonies of #6B2A5C
Complementary color
Monochromatic Colors of #6B2A5C
Black with #6B2A5C
Text Example
Text Example
White with #6B2A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2A5C; }
p { color: rgb(107,42,92); }
H1.HeaderClassName
{
color: #6B2A5C;
}
.AnyTagClassName
{
color: #6B2A5C;
}
</style>
background-color css
<style>
a { background-color: #6B2A5C; }
a { background-color: rgb(107,42,92); }
div.DivClassName
{
background-color: #6B2A5C;
}
.BgClassName
{
background-color: #6B2A5C;
}
</style>
border-color css
<style>
span { border-color: #6B2A5C; }
span { border-color: rgb(107,42,92); }
td.TdClassName
{
border-color: #6B2A5C;
}
.TagClassName
{
border-color: #6B2A5C;
}
</style>