#6D375F

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

Shades of Palatinate Purple #6D375F

Tints of Palatinate Purple #6D375F

Color information

#6D375F (or 0x6D375F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 37 and 5F. RGB value is (109,55,95). Sum of RGB (Red+Green+Blue) = 109+55+95=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D375F is #92C8A0. Grayscale: #4B4B4B. Windows color (decimal): -9619617 or 6240109. OLE color: 6240109.

HSL color Cylindrical-coordinate representation of color #6D375F: hue angle of 315.56º 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 #6D375F is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB1095595-
CMYK00.500.130.57
HSL315.56º32.93%32.16%-
HSV(B)315.56º49.54%42.75%-
XYZ9.746.8111.63-
YUV75.71138.89151.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.08%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=42.08%
G=21.24%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109559500.500.130.57315.5632.9332.16
Hex6D375F032D3913c2120
Octal1556713706215714744140
Binary1101101110111101111101100101101111001100111100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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