#6D3E66

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

Shades of Palatinate Purple #6D3E66

Tints of Palatinate Purple #6D3E66

Color information

#6D3E66 (or 0x6D3E66) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 3E and 66. RGB value is (109,62,102). Sum of RGB (Red+Green+Blue) = 109+62+102=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3E66 is #92C199. Grayscale: #505050. Windows color (decimal): -9617818 or 6700653. OLE color: 6700653.

HSL color Cylindrical-coordinate representation of color #6D3E66: hue angle of 308.94º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D3E66 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB10962102-
CMYK00.430.060.57
HSL308.94º27.49%33.53%-
HSV(B)308.94º43.12%42.75%-
XYZ10.437.6613.5-
YUV80.61140.07148.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.93%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=39.93%
G=22.71%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096210200.430.060.57308.9427.4933.53
Hex6D3E6602B6391351b22
Octal155761460536714653342
Binary11011011111101100110010101111011100110011010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,62,102); }

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

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

 a { background-color: rgb(109,62,102); }

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

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

 span { border-color: rgb(109,62,102); }

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