#6D355E

Color #6D355E Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6D355E

Tints of Palatinate Purple #6D355E

Color information

#6D355E (or 0x6D355E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 35 and 5E. RGB value is (109,53,94). Sum of RGB (Red+Green+Blue) = 109+53+94=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D355E is #92CAA1. Grayscale: #4A4A4A. Windows color (decimal): -9620130 or 6174061. OLE color: 6174061.

HSL color Cylindrical-coordinate representation of color #6D355E: hue angle of 316.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D355E is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1095394-
CMYK00.510.140.57
HSL316.07º34.57%31.76%-
HSV(B)316.07º51.38%42.75%-
XYZ9.66.6111.36-
YUV74.42139.05152.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=42.58%
G=20.70%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109539400.510.140.57316.0734.5731.76
Hex6D355E033E3913c2320
Octal1556513606316714744340
Binary1101101110101101111001100111110111001100111100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D355E; }

 p { color: rgb(109,53,94); }

 H1.HeaderClassName
 {
   color: #6D355E;
 }
 .AnyTagClassName
 {
   color: #6D355E;
 }
</style>
background-color css

<style>
 a { background-color: #6D355E; }

 a { background-color: rgb(109,53,94); }

 div.DivClassName
 {
   background-color: #6D355E;
 }
 .BgClassName
 {
   background-color: #6D355E;
 }
</style>
border-color css

<style>
 span { border-color: #6D355E; }

 span { border-color: rgb(109,53,94); }

 td.TdClassName
 {
   border-color: #6D355E;
 }
 .TagClassName
 {
   border-color: #6D355E;
 }
</style>