#6D375C

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

Shades of Palatinate Purple #6D375C

Tints of Palatinate Purple #6D375C

Color information

#6D375C (or 0x6D375C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 37 and 5C. RGB value is (109,55,92). Sum of RGB (Red+Green+Blue) = 109+55+92=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D375C is #92C8A3. Grayscale: #4B4B4B. Windows color (decimal): -9619620 or 6043501. OLE color: 6043501.

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

Color convert

RGB1095592-
CMYK00.500.160.57
HSL318.89º32.93%32.16%-
HSV(B)318.89º49.54%42.75%-
XYZ9.66.7610.92-
YUV75.36137.39151.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=42.58%
G=21.48%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109559200.500.160.57318.8932.9332.16
Hex6D375C032103913f2120
Octal1556713406220714774140
Binary11011011101111011100011001010000111001100111111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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