Shades of Palatinate Purple #6C055A
Tints of Palatinate Purple #6C055A
RGB
CMYK
RGB Variations
Color information
#6C055A (or 0x6C055A) is known color: Palatinate Purple. HEX triplet: 6C, 05 and 5A. RGB value is (108,5,90). Sum of RGB (Red+Green+Blue) = 108+5+90=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C055A is #93FAA5. Grayscale: #2D2D2D. Windows color (decimal): -9697958 or 5899628. OLE color: 5899628.
HSL color Cylindrical-coordinate representation of color #6C055A: hue angle of 310.49º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C055A is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 90 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.58 |
| HSL | 310.49º | 0.91% | 0.22% | - |
| HSV(B) | 310.49º | 0.95% | 0.42% | - |
| XYZ | 8.08 | 4.03 | 10.03 | - |
| YUV | 45.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 90 | 0 | 0.95 | 0.17 | 0.58 | 310.49 | 0.91 | 0.22 |
| Hex | 6C | 5 | 5A | 0 | 5F | 11 | 3A | 136 | 5B | 16 |
| Octal | 154 | 5 | 132 | 0 | 137 | 21 | 72 | 466 | 133 | 26 |
| Binary | 1101100 | 101 | 1011010 | 0 | 1011111 | 10001 | 111010 | 100110110 | 1011011 | 10110 |
Color Harmonies of #6C055A
Complementary color
Monochromatic Colors of #6C055A
Black with #6C055A
Text Example
Text Example
White with #6C055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C055A; }
p { color: rgb(108,5,90); }
H1.HeaderClassName
{
color: #6C055A;
}
.AnyTagClassName
{
color: #6C055A;
}
</style>
background-color css
<style>
a { background-color: #6C055A; }
a { background-color: rgb(108,5,90); }
div.DivClassName
{
background-color: #6C055A;
}
.BgClassName
{
background-color: #6C055A;
}
</style>
border-color css
<style>
span { border-color: #6C055A; }
span { border-color: rgb(108,5,90); }
td.TdClassName
{
border-color: #6C055A;
}
.TagClassName
{
border-color: #6C055A;
}
</style>