#6D4364

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

Shades of Palatinate Purple #6D4364

Tints of Palatinate Purple #6D4364

Color information

#6D4364 (or 0x6D4364) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 43 and 64. RGB value is (109,67,100). Sum of RGB (Red+Green+Blue) = 109+67+100=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4364 is #92BC9B. Grayscale: #535353. Windows color (decimal): -9616540 or 6570861. OLE color: 6570861.

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

Color convert

RGB10967100-
CMYK00.390.080.57
HSL312.86º23.86%34.51%-
HSV(B)312.86º38.53%42.75%-
XYZ10.618.1913.08-
YUV83.32137.41146.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.49%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=39.49%
G=24.28%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096710000.390.080.57312.8623.8634.51
Hex6D43640278391391823
Octal15510314404710714713043
Binary1101101100001111001000100111100011100110011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,67,100); }

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

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

 a { background-color: rgb(109,67,100); }

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

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

 span { border-color: rgb(109,67,100); }

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