#6D375E

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

Shades of Palatinate Purple #6D375E

Tints of Palatinate Purple #6D375E

Color information

#6D375E (or 0x6D375E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 37 and 5E. RGB value is (109,55,94). Sum of RGB (Red+Green+Blue) = 109+55+94=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D375E is #92C8A1. Grayscale: #4B4B4B. Windows color (decimal): -9619618 or 6174573. OLE color: 6174573.

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

Color convert

RGB1095594-
CMYK00.500.140.57
HSL316.67º32.93%32.16%-
HSV(B)316.67º49.54%42.75%-
XYZ9.696.7911.39-
YUV75.59138.39151.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=42.25%
G=21.32%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109559400.500.140.57316.6732.9332.16
Hex6D375E032E3913d2120
Octal1556713606216714754140
Binary1101101110111101111001100101110111001100111101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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