#6D3B5E

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

Shades of Palatinate Purple #6D3B5E

Tints of Palatinate Purple #6D3B5E

Color information

#6D3B5E (or 0x6D3B5E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 3B and 5E. RGB value is (109,59,94). Sum of RGB (Red+Green+Blue) = 109+59+94=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B5E is #92C4A1. Grayscale: #4D4D4D. Windows color (decimal): -9618594 or 6175597. OLE color: 6175597.

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

Color convert

RGB1095994-
CMYK00.460.140.57
HSL318º29.76%32.94%-
HSV(B)318º45.87%42.75%-
XYZ9.897.1911.46-
YUV77.94137.06150.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=41.60%
G=22.52%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109599400.460.140.5731829.7632.94
Hex6D3B5E02EE3913e1e21
Octal1557313605616714763641
Binary110110111101110111100101110111011100110011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,59,94); }

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

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

 a { background-color: rgb(109,59,94); }

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

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

 span { border-color: rgb(109,59,94); }

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