Shades of Palatinate Purple #6A035D
Tints of Palatinate Purple #6A035D
RGB
CMYK
RGB Variations
Color information
#6A035D (or 0x6A035D) is known color: Palatinate Purple. HEX triplet: 6A, 03 and 5D. RGB value is (106,3,93). Sum of RGB (Red+Green+Blue) = 106+3+93=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A035D is #95FCA2. Grayscale: #2B2B2B. Windows color (decimal): -9829539 or 6095722. OLE color: 6095722.
HSL color Cylindrical-coordinate representation of color #6A035D: hue angle of 307.57º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A035D is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 93 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.58 |
| HSL | 307.57º | 0.94% | 0.21% | - |
| HSV(B) | 307.57º | 0.97% | 0.42% | - |
| XYZ | 7.95 | 3.92 | 10.69 | - |
| YUV | 44.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 93 | 0 | 0.97 | 0.12 | 0.58 | 307.57 | 0.94 | 0.21 |
| Hex | 6A | 3 | 5D | 0 | 61 | C | 3A | 134 | 5E | 15 |
| Octal | 152 | 3 | 135 | 0 | 141 | 14 | 72 | 464 | 136 | 25 |
| Binary | 1101010 | 11 | 1011101 | 0 | 1100001 | 1100 | 111010 | 100110100 | 1011110 | 10101 |
Color Harmonies of #6A035D
Complementary color
Monochromatic Colors of #6A035D
Black with #6A035D
Text Example
Text Example
White with #6A035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A035D; }
p { color: rgb(106,3,93); }
H1.HeaderClassName
{
color: #6A035D;
}
.AnyTagClassName
{
color: #6A035D;
}
</style>
background-color css
<style>
a { background-color: #6A035D; }
a { background-color: rgb(106,3,93); }
div.DivClassName
{
background-color: #6A035D;
}
.BgClassName
{
background-color: #6A035D;
}
</style>
border-color css
<style>
span { border-color: #6A035D; }
span { border-color: rgb(106,3,93); }
td.TdClassName
{
border-color: #6A035D;
}
.TagClassName
{
border-color: #6A035D;
}
</style>