#6D395C

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

Shades of Palatinate Purple #6D395C

Tints of Palatinate Purple #6D395C

Color information

#6D395C (or 0x6D395C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 39 and 5C. RGB value is (109,57,92). Sum of RGB (Red+Green+Blue) = 109+57+92=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D395C is #92C6A3. Grayscale: #4C4C4C. Windows color (decimal): -9619108 or 6044013. OLE color: 6044013.

HSL color Cylindrical-coordinate representation of color #6D395C: hue angle of 319.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D395C is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1095792-
CMYK00.480.160.57
HSL319.62º31.33%32.55%-
HSV(B)319.62º47.71%42.75%-
XYZ9.76.9510.96-
YUV76.54136.73151.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=42.25%
G=22.09%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109579200.480.160.57319.6231.3332.55
Hex6D395C03010391401f21
Octal1557113406020715003741
Binary1101101111001101110001100001000011100110100000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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