Shades of Palatinate Purple #6C1A5A
Tints of Palatinate Purple #6C1A5A
RGB
CMYK
RGB Variations
Color information
#6C1A5A (or 0x6C1A5A) is known color: Palatinate Purple. HEX triplet: 6C, 1A and 5A. RGB value is (108,26,90). Sum of RGB (Red+Green+Blue) = 108+26+90=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A5A is #93E5A5. Grayscale: #393939. Windows color (decimal): -9692582 or 5905004. OLE color: 5905004.
HSL color Cylindrical-coordinate representation of color #6C1A5A: hue angle of 313.17º 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 #6C1A5A is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 26 | 90 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.58 |
| HSL | 313.17º | 0.61% | 0.26% | - |
| HSV(B) | 313.17º | 0.76% | 0.42% | - |
| XYZ | 8.4 | 4.67 | 10.13 | - |
| YUV | 57.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 90 | 0 | 0.76 | 0.17 | 0.58 | 313.17 | 0.61 | 0.26 |
| Hex | 6C | 1A | 5A | 0 | 4C | 11 | 3A | 139 | 3D | 1A |
| Octal | 154 | 32 | 132 | 0 | 114 | 21 | 72 | 471 | 75 | 32 |
| Binary | 1101100 | 11010 | 1011010 | 0 | 1001100 | 10001 | 111010 | 100111001 | 111101 | 11010 |
Color Harmonies of #6C1A5A
Complementary color
Monochromatic Colors of #6C1A5A
Black with #6C1A5A
Text Example
Text Example
White with #6C1A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A5A; }
p { color: rgb(108,26,90); }
H1.HeaderClassName
{
color: #6C1A5A;
}
.AnyTagClassName
{
color: #6C1A5A;
}
</style>
background-color css
<style>
a { background-color: #6C1A5A; }
a { background-color: rgb(108,26,90); }
div.DivClassName
{
background-color: #6C1A5A;
}
.BgClassName
{
background-color: #6C1A5A;
}
</style>
border-color css
<style>
span { border-color: #6C1A5A; }
span { border-color: rgb(108,26,90); }
td.TdClassName
{
border-color: #6C1A5A;
}
.TagClassName
{
border-color: #6C1A5A;
}
</style>