#6D4365

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

Shades of Palatinate Purple #6D4365

Tints of Palatinate Purple #6D4365

Color information

#6D4365 (or 0x6D4365) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 43 and 65. RGB value is (109,67,101). Sum of RGB (Red+Green+Blue) = 109+67+101=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4365 is #92BC9A. Grayscale: #535353. Windows color (decimal): -9616539 or 6636397. OLE color: 6636397.

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

Color convert

RGB10967101-
CMYK00.390.070.57
HSL311.43º23.86%34.51%-
HSV(B)311.43º38.53%42.75%-
XYZ10.668.2113.33-
YUV83.43137.91146.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=39.35%
G=24.19%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096710100.390.070.57311.4323.8634.51
Hex6D43650277391371823
Octal1551031450477714673043
Binary110110110000111100101010011111111100110011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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