Shades of Palatinate Purple #6C025D
Tints of Palatinate Purple #6C025D
RGB
CMYK
RGB Variations
Color information
#6C025D (or 0x6C025D) is known color: Palatinate Purple. HEX triplet: 6C, 02 and 5D. RGB value is (108,2,93). Sum of RGB (Red+Green+Blue) = 108+2+93=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C025D is #93FDA2. Grayscale: #2B2B2B. Windows color (decimal): -9698723 or 6095468. OLE color: 6095468.
HSL color Cylindrical-coordinate representation of color #6C025D: hue angle of 308.49º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C025D is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 93 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.58 |
| HSL | 308.49º | 0.96% | 0.22% | - |
| HSV(B) | 308.49º | 0.98% | 0.42% | - |
| XYZ | 8.18 | 4.02 | 10.7 | - |
| YUV | 44.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 93 | 0 | 0.98 | 0.14 | 0.58 | 308.49 | 0.96 | 0.22 |
| Hex | 6C | 2 | 5D | 0 | 62 | E | 3A | 134 | 60 | 16 |
| Octal | 154 | 2 | 135 | 0 | 142 | 16 | 72 | 464 | 140 | 26 |
| Binary | 1101100 | 10 | 1011101 | 0 | 1100010 | 1110 | 111010 | 100110100 | 1100000 | 10110 |
Color Harmonies of #6C025D
Complementary color
Monochromatic Colors of #6C025D
Black with #6C025D
Text Example
Text Example
White with #6C025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C025D; }
p { color: rgb(108,2,93); }
H1.HeaderClassName
{
color: #6C025D;
}
.AnyTagClassName
{
color: #6C025D;
}
</style>
background-color css
<style>
a { background-color: #6C025D; }
a { background-color: rgb(108,2,93); }
div.DivClassName
{
background-color: #6C025D;
}
.BgClassName
{
background-color: #6C025D;
}
</style>
border-color css
<style>
span { border-color: #6C025D; }
span { border-color: rgb(108,2,93); }
td.TdClassName
{
border-color: #6C025D;
}
.TagClassName
{
border-color: #6C025D;
}
</style>